Back to Devexpress

TdxRichEditDocumentServer Members

vcl-dxrichedit-dot-documentserver-dot-tdxricheditdocumentserver-dot-underscore-members.md

latest27.0 KB
Original Source

TdxRichEditDocumentServer Members

A document server component.

Constructors

NameDescription
Create(TComponent)Inherited from TComponent.

Properties

NameDescription
ComObjectInherited from TComponent.
ComponentCountInherited from TComponent.
ComponentIndexInherited from TComponent.
ComponentsInherited from TComponent.
ComponentStateInherited from TComponent.
ComponentStyleInherited from TComponent.
DesignInfoInherited from TComponent.
DocBytesSpecifies document content as a byte array (in the Microsoft Word® 97 – 2003 binary format). Inherited from TdxRichEditCustomDocumentServer.
DocumentInherited from TdxRichEditCustomDocumentServer.
HtmlTextSpecifies document content as a string (in the HTML format). Inherited from TdxRichEditCustomDocumentServer.
IsUpdateLockedIdentifies if changes to the document server are postponed. Inherited from TdxRichEditCustomDocumentServer.
NameInherited from TComponent.
ObserversInherited from TComponent.
OpenXmlBytesSpecifies document content as a byte array (in the Office OpenXML format). Inherited from TdxRichEditCustomDocumentServer.
OptionsProvides access to document server settings. Inherited from TdxRichEditCustomDocumentServer.
OwnerInherited from TComponent.
RtfTextSpecifies document content (as an RTF string). Inherited from TdxRichEditCustomDocumentServer.
TagInherited from TComponent.
TextSpecifies document content (as a plain text string). Inherited from TdxRichEditCustomDocumentServer.
VCLComObjectInherited from TComponent.

Methods

NameDescription
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.
BeginUpdatePostpones all changes made to the document server or its opened document until an EndUpdate procedure call. Inherited from TdxRichEditCustomDocumentServer.
CancelUpdateDiscards all pending changes made to the document server or its document after a BeginUpdate procedure call. Inherited from TdxRichEditCustomDocumentServer.
CreateMailMergeOptionsCreates 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.
DestroyComponentsInherited from TComponent.
DestroyingInherited from TComponent.
EndFunctionInvoke(IAsyncResult)Inherited from TComponent.
EndInvoke(IAsyncResult)Inherited from TComponent.
EndInvoke<TResult>(IAsyncResult)Inherited from TComponent.
EndUpdateApplies 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.
FreeOnReleaseInherited from TComponent.
GetChildren(TGetChildProc,TComponent)Inherited from TComponent.
GetHashCodeInherited from TObject.
GetNamePathInherited from TPersistent.
GetOwnerInherited from TPersistent.
GetParentComponentInherited from TComponent.
GetService(TdxServiceType)Inherited from TdxRichEditCustomDocumentServer.
GetService<T>Inherited from TdxRichEditCustomDocumentServer.
HasParentInherited from TComponent.
InsertComponent(TComponent)Inherited from TComponent.
IsImplementorOf(IInterface)Inherited from TComponent.
LoadDocument(TStream,TdxRichEditDocumentFormat)Imports a document from a stream (in any supported format). Inherited from TdxRichEditCustomDocumentServer.
LoadDocument(TStream)Imports a document from a stream (in any supported format). Inherited from TdxRichEditCustomDocumentServer.
LoadDocument(string,TdxRichEditDocumentFormat)Imports a document from a file (in any supported format). Inherited from TdxRichEditCustomDocumentServer.
LoadDocument(string)Imports a document from a file (in any supported format). Inherited from TdxRichEditCustomDocumentServer.
LoadDocumentTemplate(TStream,TdxRichEditDocumentFormat)Imports a document (as a template) from a stream (in any supported format). Inherited from TdxRichEditCustomDocumentServer.
LoadDocumentTemplate(string,TdxRichEditDocumentFormat)Imports a document (as a template) from a file (in any supported format). Inherited from TdxRichEditCustomDocumentServer.
LoadDocumentTemplate(string)Imports a document (as a template) from a file (in any supported format). Inherited from TdxRichEditCustomDocumentServer.
LoadedInherited 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.
SaveDocumentExports document content to a file using the current export settings. Inherited from TdxRichEditCustomDocumentServer.
SaveDocument(TStream,TdxRichEditDocumentFormat)Exports document content to a stream (in any supported format). Inherited from TdxRichEditCustomDocumentServer.
SaveDocument(string,TdxRichEditDocumentFormat)Exports document content to a file (in any supported format). Inherited from TdxRichEditCustomDocumentServer.
SaveDocument(string)Exports document content to a file (in any supported format). Inherited from TdxRichEditCustomDocumentServer.
SetParentComponent(TComponent)Inherited from TComponent.
SetSubComponent(Boolean)Inherited from TComponent.
ToStringInherited from TObject.
UpdateAction(TBasicAction)Inherited from TComponent.

Events

NameDescription
OnCalculateDocumentVariableEnables you to insert custom content into a DOCVARIABLE field. Inherited from TdxRichEditCustomDocumentServer.
OnContentChangedEnables you to respond to content changes in the opened document. Inherited from TdxRichEditCustomDocumentServer.
OnCustomizeMergeFieldsInherited from TdxRichEditCustomDocumentServer.
OnDocumentClosingEnables you to respond to an attempt to close a document with unsaved changes. Inherited from TdxRichEditCustomDocumentServer.
OnDocumentLoadedEnables you to respond to a successful document load operation. Inherited from TdxRichEditCustomDocumentServer.
OnGetEncryptionPasswordInherited from TdxRichEditCustomDocumentServer.
OnMailMergeFinishedInherited from TdxRichEditCustomDocumentServer.
OnMailMergeGetTargetDocumentInherited from TdxRichEditCustomDocumentServer.
OnMailMergeRecordFinishedInherited from TdxRichEditCustomDocumentServer.
OnMailMergeRecordStartedInherited from TdxRichEditCustomDocumentServer.
OnMailMergeStartedInherited from TdxRichEditCustomDocumentServer.

See Also

TdxRichEditDocumentServer Class

dxRichEdit.DocumentServer Unit