Good morning to all,
there's a way (for android application) to disable text selection in FncEdit component?
Thank's for the attention
Daniele
Good morning to all,
there's a way (for android application) to disable text selection in FncEdit component?
Thank's for the attention
Daniele
Hi,
TMSFNCEdit inherits from TEdit, so it’s actually an FMX TEdit. As far as I can see that’s not possible, unless you set CanFocus to False, but then you also can’t type.