Skip to main content

TdxRichEditDocumentServer Members

A document server component.

Constructors

Name Description
Create(TComponent) Inherited from TComponent.

Properties

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. Inherited from TdxRichEditCustomDocumentServer.
Document Inherited from TdxRichEditCustomDocumentServer.
HtmlText Specifies the opened document’s content as an HTML document. Inherited from TdxRichEditCustomDocumentServer.
IsUpdateLocked Identifies if changes to the document server are postponed. Inherited from TdxRichEditCustomDocumentServer.
Name Inherited from TComponent.
Observers Inherited from TComponent.
OpenXmlBytes Specifies the opened document’s content as a byte array in the DOCX document format. Inherited from TdxRichEditCustomDocumentServer.
Options Provides access to document server settings. Inherited from TdxRichEditCustomDocumentServer.
Owner Inherited from TComponent.
RtfText Specifies the opened document’s content as an RTF string. Inherited from TdxRichEditCustomDocumentServer.
Tag Inherited from TComponent.
Text Specifies the opened document’s content as a plain text string. Inherited from TdxRichEditCustomDocumentServer.
VCLComObject Inherited from TComponent.

Methods

Name Description
AddService(TdxServiceType,IdxServiceCreatorCallback,Boolean) Registers the specified service in the document server component. Inherited from TdxRichEditCustomDocumentServer.
AddService(TdxServiceType,IdxServiceCreatorCallback) Inherited from TdxRichEditCustomDocumentServer.
AddService(TdxServiceType,IInterface,Boolean) Inherited from TdxRichEditCustomDocumentServer.
AddService(TdxServiceType,IInterface) Inherited from TdxRichEditCustomDocumentServer.
Assign(TPersistent) Inherited from TPersistent.
AssignTo(TPersistent) Inherited from TPersistent.
BeginInvoke(TAsyncConstArrayFunctionEvent,Untyped[],TObject) Inherited from TComponent.
BeginInvoke(TAsyncConstArrayProc,Untyped[],TObject) Inherited from TComponent.
BeginInvoke(TAsyncConstArrayProcedureEvent,Untyped[],TObject) Inherited from TComponent.
BeginInvoke(TAsyncFunctionEvent,TObject) Inherited from TComponent.
BeginInvoke(TAsyncProcedureEvent,TObject) Inherited from TComponent.
BeginInvoke(TProc,TObject) Inherited from TComponent.
BeginInvoke<TResult>(TAsyncConstArrayFunc<TResult>,Untyped[],TObject) Inherited from TComponent.
BeginInvoke<TResult>(TFunc<TResult>,TObject) Inherited from TComponent.
BeginUpdate Postpones all changes made to the document server or its opened document until an EndUpdate procedure call. Inherited from TdxRichEditCustomDocumentServer.
CancelUpdate Discards all pending changes made to the document server or its document after a BeginUpdate procedure call. Inherited from TdxRichEditCustomDocumentServer.
CreateMailMergeOptions Creates a container for settings usable in mail merge operations. Inherited from TdxRichEditCustomDocumentServer.
CreateNewDocument(Boolean) Closes the opened document and creates a new blank document. Inherited from TdxRichEditCustomDocumentServer.
DestroyComponents Inherited from TComponent.
Destroying Inherited from TComponent.
EndFunctionInvoke(IAsyncResult) Inherited from TComponent.
EndInvoke(IAsyncResult) Inherited from TComponent.
EndInvoke<TResult>(IAsyncResult) Inherited from TComponent.
EndUpdate Applies all pending changes made to the document server or its document after a BeginUpdate procedure call. Inherited from TdxRichEditCustomDocumentServer.
Equals(TObject) Inherited from TObject.
ExecuteAction(TBasicAction) Inherited from TComponent.
FindComponent(String) Inherited from TComponent.
FreeNotification(TComponent) Inherited from TComponent.
FreeOnRelease Inherited from TComponent.
GetChildren(TGetChildProc,TComponent) Inherited from TComponent.
GetHashCode Inherited from TObject.
GetNamePath Inherited from TPersistent.
GetOwner Inherited from TPersistent.
GetParentComponent Inherited from TComponent.
GetService(TdxServiceType) Inherited from TdxRichEditCustomDocumentServer.
GetService<T> Inherited from TdxRichEditCustomDocumentServer.
HasParent Inherited from TComponent.
InsertComponent(TComponent) Inherited from TComponent.
IsImplementorOf(IInterface) Inherited from TComponent.
LoadDocument(TStream,TdxRichEditDocumentFormat) Loads a document from the specified stream. Inherited from TdxRichEditCustomDocumentServer.
LoadDocument(TStream) Loads a document from the specified stream. Inherited from TdxRichEditCustomDocumentServer.
LoadDocument(string,TdxRichEditDocumentFormat) Loads a document from the specified file. Inherited from TdxRichEditCustomDocumentServer.
LoadDocument(string) Loads a document from the specified file. Inherited from TdxRichEditCustomDocumentServer.
LoadDocumentTemplate(TStream,TdxRichEditDocumentFormat) Loads a document from the specified file or stream to use it as a template. Inherited from TdxRichEditCustomDocumentServer.
LoadDocumentTemplate(string,TdxRichEditDocumentFormat) Loads a document template from the specified file. Inherited from TdxRichEditCustomDocumentServer.
LoadDocumentTemplate(string) Loads a document template from the specified file. Inherited from TdxRichEditCustomDocumentServer.
Loaded Inherited from TComponent.
MailMerge(IdxRichEditDocument) Inherited from TdxRichEditCustomDocumentServer.
MailMerge(IdxRichEditMailMergeOptions,IdxRichEditDocument) Inherited from TdxRichEditCustomDocumentServer.
MailMerge(IdxRichEditMailMergeOptions,TStream,TdxRichEditDocumentFormat) Inherited from TdxRichEditCustomDocumentServer.
MailMerge(IdxRichEditMailMergeOptions,string,TdxRichEditDocumentFormat) Inherited from TdxRichEditCustomDocumentServer.
MailMerge(TStream,TdxRichEditDocumentFormat) Inherited from TdxRichEditCustomDocumentServer.
MailMerge(string,TdxRichEditDocumentFormat) Inherited from TdxRichEditCustomDocumentServer.
Notification(TComponent,TOperation) Inherited from TComponent.
ReferenceInterface(IInterface,TOperation) Inherited from TComponent.
RemoveComponent(TComponent) Inherited from TComponent.
RemoveFreeNotification(TComponent) Inherited from TComponent.
RemoveService(TdxServiceType,Boolean) Inherited from TdxRichEditCustomDocumentServer.
RemoveService(TdxServiceType) Inherited from TdxRichEditCustomDocumentServer.
SaveDocument Saves the opened document to a file. Inherited from TdxRichEditCustomDocumentServer.
SaveDocument(TStream,TdxRichEditDocumentFormat) Saves the opened document to a stream. Inherited from TdxRichEditCustomDocumentServer.
SaveDocument(string,TdxRichEditDocumentFormat) Saves the opened document to a file. Inherited from TdxRichEditCustomDocumentServer.
SaveDocument(string) Saves the opened document to a file. Inherited from TdxRichEditCustomDocumentServer.
SetParentComponent(TComponent) Inherited from TComponent.
SetSubComponent(Boolean) Inherited from TComponent.
ToString Inherited from TObject.
UpdateAction(TBasicAction) Inherited from TComponent.

Events

Name Description
OnCalculateDocumentVariable Enables you to insert custom content into a DOCVARIABLE field. Inherited from TdxRichEditCustomDocumentServer.
OnContentChanged Enables you to respond to content changes in the opened document. Inherited from TdxRichEditCustomDocumentServer.
OnCustomizeMergeFields Inherited from TdxRichEditCustomDocumentServer.
OnDocumentClosing Enables you to respond to an attempt to close a document with unsaved changes. Inherited from TdxRichEditCustomDocumentServer.
OnDocumentLoaded Enables you to respond to a successful document load operation. Inherited from TdxRichEditCustomDocumentServer.
OnGetEncryptionPassword Inherited from TdxRichEditCustomDocumentServer.
OnMailMergeFinished Inherited from TdxRichEditCustomDocumentServer.
OnMailMergeGetTargetDocument Inherited from TdxRichEditCustomDocumentServer.
OnMailMergeRecordFinished Inherited from TdxRichEditCustomDocumentServer.
OnMailMergeRecordStarted Inherited from TdxRichEditCustomDocumentServer.
OnMailMergeStarted Inherited from TdxRichEditCustomDocumentServer.
See Also