REST.Backend.ParseProvider.TParseProvider

Delphi
TParseProvider = class(TCustomParseProvider)
C++
class PASCALIMPLEMENTATION TParseProvider : public TCustomParseProvider
Propriétés
Type | Visibilité | Source | Unité | Parent |
---|---|---|---|---|
class | public | REST.Backend.ParseProvider.pas REST.Backend.ParseProvider.hpp |
REST.Backend.ParseProvider | REST.Backend.ParseProvider |
Description
Contient des informations concernant la connexion au service cloud de Parse.
TParseProvider est un composant non visuel qui configure les propriétés de connexion Parse, comme ApplicationID, MasterKey et RestApiKey.
Utilisez le composant TParseProvider pour connecter des composants de service tels que TBackendQuery ou TBackendStorage par exemple à Parse.
Voir aussi
- REST.Backend.ParseProvider.TCustomParseConnectionInfo.ApplicationID
- REST.Backend.ParseProvider.TCustomParseConnectionInfo.MasterKey
- REST.Backend.ParseProvider.TCustomParseConnectionInfo.RestApiKey