Skip to main content

TdxRichEditCustomDocumentServer Properties

The base class for the document server component.
Name Description
ComObject Inherited from TComponent.
ComponentCount Inherited from TComponent.
ComponentIndex Inherited from TComponent.
Components Inherited from TComponent.
ComponentState Inherited from TComponent.
ComponentStyle Inherited from TComponent.
DesignInfo Inherited from TComponent.
DocBytes Specifies the opened document’s content as a byte array in the DOC binary format.
Document
HtmlText Specifies the opened document’s content as an HTML document.
IsUpdateLocked Identifies if changes to the document server are postponed.
Name Inherited from TComponent.
Observers Inherited from TComponent.
OpenXmlBytes Specifies the opened document’s content as a byte array in the DOCX document format.
Options Provides access to document server settings.
Owner Inherited from TComponent.
RtfText Specifies the opened document’s content as an RTF string.
Tag Inherited from TComponent.
Text Specifies the opened document’s content as a plain text string.
VCLComObject Inherited from TComponent.
See Also