REST.Backend.EMSProvider.TCustomEMSConnectionInfo.Create
Delphi
constructor Create(AOwner: TComponent); override;
C++
__fastcall virtual TCustomEMSConnectionInfo(System::Classes::TComponent* AOwner);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| constructor | public | REST.Backend.EMSProvider.pas REST.Backend.EMSProvider.hpp |
REST.Backend.EMSProvider | TCustomEMSConnectionInfo |
Description
Creates an instance of TCustomEMSConnectionInfo.
Create initializes the information about the EMS connection, such as the ApplicationId key, AppSecret key, and the MasterSecret key.
Create sets the ApiVersion to 1, the
default URLProtocol to http and formats the BaseURL.
Create also creates a new TAndroidPush and a new TNotifyList for the EMS connection.
See Also
- REST.Backend.EMSProvider.TCustomEMSConnectionInfo.Destroy
- REST.Backend.EMSProvider.TCustomEMSConnectionInfo.ApplicationId
- REST.Backend.EMSProvider.TCustomEMSConnectionInfo.AppSecret
- REST.Backend.EMSProvider.TCustomEMSConnectionInfo.MasterSecret
- REST.Backend.EMSProvider.TCustomEMSConnectionInfo.URLProtocol
- REST.Backend.EMSProvider.TCustomEMSConnectionInfo.BaseURL
- REST.Backend.EMSProvider.TCustomEMSConnectionInfo.TAndroidPush
- REST.Backend.EMSProvider.TCustomEMSConnectionInfo.TNotifyList