API:REST.Backend.ParseProvider.TCustomParseProvider

From RAD Studio API Documentation

TCustomParseProviderREST.Backend.ParseProvider.TCustomParseConnectionInfoSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObject

Delphi

TCustomParseProvider = class(TCustomParseConnectionInfo, IBackendProvider)

C++

class PASCALIMPLEMENTATION TCustomParseProvider : public TCustomParseConnectionInfo

Properties

Type Visibility Source Unit Parent
class public
REST.Backend.ParseProvider.pas
REST.Backend.ParseProvider.hpp
REST.Backend.ParseProvider REST.Backend.ParseProvider

Description

Stores information about the Parse cloud service connection. REST.Backend.ParseProvider.TCustomParseProvider inherits from REST.Backend.ParseProvider.TCustomParseConnectionInfo. All content below this line refers to REST.Backend.ParseProvider.TCustomParseConnectionInfo.

Stores information about the Parse cloud service connection.

TCustomParseConnectionInfo stores information about the Parse cloud service connection such as ApplicationID, MasterKey and RestApiKey.

See Also