How to make an edit control in fmx transparent and hide its border?

柔情痞子 提交于 2021-02-18 17:12:42

问题


How can I make an edit control in fmx transparent and at the same time hide the borders of the control, so it will blend into the control in the back?

What I am trying to do is to make a small Notes program where, when I double-click a tabitem, it shows an edit control to change the text of the tabitem.


回答1:


  1. Right click the edit control (let's say Edit1) and click 'Edit Custom Style'.
  2. Expand 'edit1style1'.
  3. Click background:TActiveStyleObject.
  4. Clear the SourceLookup property.


来源:https://stackoverflow.com/questions/22301536/how-to-make-an-edit-control-in-fmx-transparent-and-hide-its-border

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!