Back to Devexpress

IdxRichEditSubDocument.Range Property

vcl-dxrichedit-dot-nativeapi-dot-idxricheditsubdocument-d5b82538.md

latest890 B
Original Source

IdxRichEditSubDocument.Range Property

Provides access to the current document’s range.

Declaration

delphi
property Range: IdxRichEditDocumentRange read;

Property Value

Type
IdxRichEditDocumentRange

Remarks

You can use this property to identify:

  • Whether the document contains a specific position;

  • The document’s starting and ending positions;

  • The document’s absolute size (in characters).

For more information on ranges, refer to the IdxRichEditDocumentRange interface description.

See Also

IdxRichEditSubDocument Interface

IdxRichEditSubDocument Members

dxRichEdit.NativeApi Unit