TDBAdvEditBtn editor enabled

hi i want to simulate a TDBAdvEditBtn as a label and i don't want to allow to enter with mouse and select into it ! I tried ReadOnly and editor enabled but nothing !


Can u help me ?

Bye

Just like for a regular VCL TEdit, the behavior of ReadOnly = true is that you can't modify the text but you can click & select. If you do not want selection, you'd need to set Enabled = false.

Enabled = false. but the control receive alwyas the focus and tabstop have no effect !

Sorry, tab go fine ... only i can't change the box color even with transparent = False... 

We have retested this with our latest version
but we could not see such

problem here. Could you please provide some sample source project with which we
can

reproduce this here ?