TdxRichEditCustomDocumentServer.AddService(TdxServiceType,IdxServiceCreatorCallback,Boolean) Method
In This Article
Registers the specified service in the document server component.
#Declaration
Delphi
procedure AddService(const AServiceType: TdxServiceType; const ACallback: IdxServiceCreatorCallback; APromote: Boolean); overload;
#Parameters
Name | Type |
---|---|
AService |
Tdx |
ACallback | Idx |
APromote | Boolean |
See Also