tmssoftware.com
TMS Support Center
Fmx Search Edit
FMX
TMS FMX UI Pack
Elias_Eduardo
(Eduardo Elias)
February 2, 2015, 12:15pm
1
(using 1.5.0.1)
- how can I change the rounded corners to squared ones?
- Show Clear does not change anything (should show the X button for clear I believe)
Thanks
Pieter
(Pieter)
February 2, 2015, 12:38pm
2
Hi,
You can remove the corners with the following code in the OnApplyStyleLookup:
procedure TForm1.TMSFMXSearchEdit1ApplyStyleLookup(Sender: TObject);
begin
TMSFMXSearchEdit1.GetBackGround.Corners := [];
end;
The ShowClear property, will only show the clear button if the Text is not empty. It only makes sense to clear the text if its not empty. There is currently no way to show the clear button permanently.
Kind Regards,
Pieter
Related topics
Topic
Replies
Views
Activity
TTMSFNCSearchEdit functionality
TMS FNC UI Pack
2
34
January 24, 2025
TTMSFMXSearchEdit caret pos after clear button
TMS FMX UI Pack
2
214
September 12, 2023
Can TTMSFMXEdit have transparent background?
TMS FMX UI Pack
5
470
September 4, 2018
TTMSFMXRichEditor & StyleLookup
TMS FMX UI Pack
2
446
November 5, 2019
FMX Search Edit
FMX Feature Requests
fmx-ui-pack
0
126
August 13, 2015
© tmssoftware.com