IdxRichEditDocument.CaretPosition Property
In This Article
Specifies the caret position in the opened document.
#Declaration
Delphi
property CaretPosition: IdxRichEditDocumentPosition read; write;
#Property Value
Type |
---|
Idx |
#Remarks
You can use this property to:
Identify the current caret position within the document;
Move the caret to a specific position.
See Also