Back to Devexpress

IdxRichEditDocument.CaretPosition Property

vcl-dxrichedit-dot-nativeapi-dot-idxricheditdocument-4f62441d.md

latest698 B
Original Source

IdxRichEditDocument.CaretPosition Property

Specifies the caret position in the opened document.

Declaration

delphi
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

IdxRichEditDocument Interface

IdxRichEditDocument Members

dxRichEdit.NativeApi Unit