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