本文整理自网络,侵删。
procedure TForm1.ListBoxItemApplyStyleLookup(Sender: TObject);
var o: TFMXObject;
begin
o:=(Sender as TListBoxItem).FindStyleResource('text');
i f o is TText then(Sender as TListBoxItem).Height :=(o as TText).Height;
end;
相关阅读 >>
Delphi d10.x 安卓app开发中按返回键后程序不退出程序的方法
Delphi tnethttpclient https忽略证书验证
更多相关阅读请进入《Delphi》频道 >>