TcxCustomTextEdit.CursorPos Property
In This Article
Specifies the cursor position within an editor.
#Declaration
Delphi
property CursorPos: Integer read;
#Property Value
Type |
---|
Integer |
#Remarks
Use the CursorPos property to obtain the current cursor position within an editor.
See Also