vcl-dxrichedit-dot-documentserver-dot-tdxricheditcustomdocumentserver-dot-underscore-members.md
The base class for the document server component.
| Name | Description |
|---|---|
| Create(TComponent) | Inherited from TComponent. |
| 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 document content as a byte array (in the Microsoft Word® 97 – 2003 binary format). |
| Document | |
| HtmlText | Specifies document content as a string (in the HTML format). |
| IsUpdateLocked | Identifies if changes to the document server are postponed. |
| Name | Inherited from TComponent. |
| Observers | Inherited from TComponent. |
| OpenXmlBytes | Specifies document content as a byte array (in the Office OpenXML format). |
| Options | Provides access to document server settings. |
| Owner | Inherited from TComponent. |
| RtfText | Specifies document content (as an RTF string). |
| Tag | Inherited from TComponent. |
| Text | Specifies document content (as a plain text string). |
| VCLComObject | Inherited from TComponent. |
| Name | Description |
|---|---|
| OnCalculateDocumentVariable | Enables you to insert custom content into a DOCVARIABLE field. |
| OnContentChanged | Enables you to respond to content changes in the opened document. |
| OnCustomizeMergeFields | |
| OnDocumentClosing | Enables you to respond to an attempt to close a document with unsaved changes. |
| OnDocumentLoaded | Enables you to respond to a successful document load operation. |
| OnGetEncryptionPassword | |
| OnMailMergeFinished | |
| OnMailMergeGetTargetDocument | |
| OnMailMergeRecordFinished | |
| OnMailMergeRecordStarted | |
| OnMailMergeStarted |
See Also