Skip to main content

IdxRichEditSubDocument.GetParagraph(IdxRichEditDocumentPosition) Method

Returns the paragraph encompassing the specified document position.

Declaration

function GetParagraph(const APos: IdxRichEditDocumentPosition): IdxRichEditParagraph;

Parameters

Name Type
APos IdxRichEditDocumentPosition

Returns

Type
IdxRichEditParagraph

Remarks

Call the GetParagraph function to access the paragraph that includes the document position passed as the APos parameter.

See Also