IdxRichEditDocumentRange.GetEnd Method
In This Article
Returns the document range’s end position.
#Declaration
Delphi
function GetEnd: IdxRichEditDocumentPosition;
#Returns
Type |
---|
Idx |
#Remarks
The GetEnd function is a getter of the End property.
See Also