Tom*_*Tom 6 delphi tmemo ios firemonkey delphi-xe4
有没有办法让Delphi/iOS/FireMonkey中的TMemo透明化?
在选择+右键单击备忘录控件时,我看不到自己编辑样式的任何方法...
尝试删除备忘录应用样式事件的背景.
procedure TForm1.Memo1ApplyStyleLookup(Sender: TObject);
var
BckObject: TFmxObject;
begin
BckObject := Memo1.FindStyleResource('background');
if Assigned(BckObject) and (BckObject is TSubImage) then
begin
TSubImage(BckObject).Source := nil;
end;
end;
Run Code Online (Sandbox Code Playgroud)
归档时间: |
|
查看次数: |
1731 次 |
最近记录: |