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