user3337132
user3337132

Reputation: 135

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

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.

Upvotes: 4

Views: 3660

Answers (1)

Umair Ahmed
Umair Ahmed

Reputation: 2423

  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.

Upvotes: 6

Related Questions