Skip to main content

IdxRichEditDocument.Selections Property

Provides access to the collection of selected document ranges.

Declaration

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