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