0
I wanted to know if anyone knows any Delphi component where you can place text via programming and that this text can be selected by the user, but when clicking on the text do not show cursor (marker) in the component.
For example, a text on a web page, the user can select, but if he just click on the text will not appear cursor.
I know you can remove the cursor from TMemo
, but I wanted to know if there is any component properly for this purpose.
Thank you very much!