Skip to main content

IdxRichEditTextBox.Document Property

Provides access to the subdocument that hosts all the text box’s content.

Declaration

property Document: IdxRichEditSubDocument read;

Property Value

Type
IdxRichEditSubDocument

Remarks

Use this property to edit the text box’s content. Text boxes support all the functionality provided by the Rich Edit control’s IdxRichEditSubDocument interface, except for floating shapes.

See Also