IdxRichEditDocument.GetSelections Method
Returns the document’s selection collection.
Declaration
function GetSelections: IdxRichEditSelectionCollection;
Returns
Type |
---|
IdxRichEditSelectionCollection |
Remarks
The GetSelections function is a getter of the Selections property.
See Also