Discussion:
Caret position in TEdit?
(too old to reply)
Harish
2008-04-25 00:59:18 UTC
Permalink
I am using C++ Builder 6.
I want to know the caret position
in a TEdit control.
(I want to insert some text there.)
Is it possible?
-Harish
Remy Lebeau (TeamB)
2008-04-25 16:49:56 UTC
Permalink
I want to know the caret position in a TEdit control.
Use the SelStart property for that.
I want to insert some text there.
Use the SelText property for that.


Gambit

Loading...