IdxRichEditDocument.GetSections Method
In This Article
Returns the document’s section collection.
#Declaration
Delphi
function GetSections: IdxRichEditSectionCollection;
#Returns
Type |
---|
Idx |
#Remarks
The GetSections function is a getter of the Sections property.
See Also