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!