Back to Devexpress

IdxRichEditDocument.Selections Property

vcl-dxrichedit-dot-nativeapi-dot-idxricheditdocument-223f2ab0.md

latest1.5 KB
Original Source

IdxRichEditDocument.Selections Property

Provides access to the collection of selected document ranges.

Declaration

delphi
property Selections: IdxRichEditSelectionCollection read;

Property Value

Type
IdxRichEditSelectionCollection

Remarks

Use this property to access and manage the indexed list of all selected ranges in a rich text document. You can call the Selections.Add or Selections.Unselect procedures to select or deselect individual document ranges. Refer to the IdxRichEditSelectionCollection interface descriptions for detailed information on available options.

See Also

IdxRichEditDocument.GetSelection

IdxRichEditDocument.GetSelections

IdxRichEditDocument.Selection

IdxRichEditDocument Interface

IdxRichEditDocument Members

dxRichEdit.NativeApi Unit