REST.Backend.ParseProvider.TParseProvider
Delphi
TParseProvider = class(TCustomParseProvider)
C++
class PASCALIMPLEMENTATION TParseProvider : public TCustomParseProvider
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | REST.Backend.ParseProvider.pas REST.Backend.ParseProvider.hpp |
REST.Backend.ParseProvider | REST.Backend.ParseProvider |
Description
Contains information about the Parse cloud service connection.
TParseProvider is a non-visual component that sets up Parse connection properties such as ApplicationID, MasterKey, and RestApiKey.
Use the TParseProvider component to connect service components as TBackendQuery or TBackendStorage, for example, to Parse.
See Also
- REST.Backend.ParseProvider.TCustomParseConnectionInfo.ApplicationID
- REST.Backend.ParseProvider.TCustomParseConnectionInfo.MasterKey
- REST.Backend.ParseProvider.TCustomParseConnectionInfo.RestApiKey