REST.Backend.ParseProvider.TParseProvider

From RAD Studio API Documentation
Jump to: navigation, search

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

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

Code Samples