Skip to main content

IdxRichEditDocument.ActiveSubDocument Property

Provides access to the currently edited subdocument in the document.

Declaration

property ActiveSubDocument: IdxRichEditSubDocument read;

Property Value

Type
IdxRichEditSubDocument

Remarks

A document can consist of multiple subdocuments, such as header, footer, floating text boxes, etc. Use the ActiveSubDocument property to edit the subdocument where the caret is located. Refer to the IdxRichEditSubDocument interface description for detailed information on available options.

See Also