Selectable text without cursor (marker) in Delphi

0

I would like to know if anyone knows a Delphi component where you can put text via programming and that text can be selected by the user, but clicking the text does not show a cursor in the component.

For example, a text on a web page, the user can select, but if he just clicks on the text will not appear cursor.

I know you can remove the cursor from TMemo , but I was wondering if there is any component properly for this purpose.

Thank you!

    
asked by anonymous 11.01.2016 / 08:23

1 answer

0

The LabelEdit component allows you to change the default cursor according to your needs and does not allow editing of the data!

Is that what you wanted? I hope I have helped!

    
28.01.2016 / 17:43