Page 1 of 1

Need to remove Focus rectangle

Posted: Wed Apr 29, 2020 4:21 pm
by opereyrag
I Need to remove the focus rectangle, the pdf documentation refers to the property ShowFocusRect, but when I try to reference it a compilation error comes up.

Re: Need to remove Focus rectangle

Posted: Sat May 02, 2020 8:05 am
by Sergey Tkachenko
You are right, we removed ShowFocusRect but forgot to update the help file.
Simply assign clNone to FocusLineColor (TAlphaColorRec.Null instead of clNone for FMX)

Re: Need to remove Focus rectangle

Posted: Sun May 03, 2020 12:19 pm
by opereyrag
Thank I will try it.