REST.Backend.ParseProvider.TParseProvider

De RAD Studio API Documentation
Aller à : navigation, rechercher

REST.Backend.ParseProvider.TCustomParseProviderREST.Backend.ParseProvider.TCustomParseConnectionInfoSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTParseProvider

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

Exemples de code