TdxRichEditControlBase.AddService(TdxServiceType,IInterface) Method
Adds the specified service to the service container.
Declaration
procedure AddService(AServiceType: TdxServiceType; AServiceInstance: IInterface); overload;
Parameters
| Name | Type |
|---|---|
| AServiceType | TdxServiceType |
| AServiceInstance | IInterface |
See Also