IdxRichEditTextBox.Document Property
In This Article
Provides access to the subdocument that hosts all the text box’s content.
#Declaration
Delphi
property Document: IdxRichEditSubDocument read;
#Property Value
Type |
---|
Idx |
#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