IdxRichEditSubDocument.GetParagraph(IdxRichEditDocumentPosition) Method
In This Article
Returns the paragraph encompassing the specified document position.
#Declaration
Delphi
function GetParagraph(const APos: IdxRichEditDocumentPosition): IdxRichEditParagraph;
#Parameters
Name | Type |
---|---|
APos | Idx |
#Returns
Type |
---|
Idx |
#Remarks
Call the GetParagraph function to access the paragraph that includes the document position passed as the APos parameter.
See Also