gpt4 book ai didi

delphi - 如何更改 FireMonkey 中的编辑控件背景颜色?

转载 作者:行者123 更新时间:2023-12-03 15:23:32 26 4
gpt4 key购买 nike

我只是找不到更改移动 FireMonkey 应用程序中编辑控件背景颜色的方法。

最佳答案

我不知道移动版 FMX,但在 Mac/Win 版 FMX 中您应该执行以下步骤:

  1. 右键单击“TEdit”并选择“编辑自定义样式”
  2. 在“结构”窗口中,展开editstyle (TLayout)
  3. 将 TRectangle 放在内容上(TRectangle 成为内容的子项)
  4. 将 Rectangle.HitTest 更改为 False
  5. 更改 Rectangle.Align 至 alClient
  6. 将 Rectangle.Fill.Color 更改为自定义颜色
  7. 将 Rectangle.Stroke.Kind 更改为 bkNone
  8. 申请并关闭

enter image description here enter image description here

关于delphi - 如何更改 FireMonkey 中的编辑控件背景颜色?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18447029/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com