REST.Backend.ParseProvider.TCustomParseConnectionInfo

From RAD Studio API Documentation
Jump to: navigation, search

System.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTCustomParseConnectionInfo

Delphi

TCustomParseConnectionInfo = class(TComponent)

C++

class PASCALIMPLEMENTATION TCustomParseConnectionInfo : public System::Classes::TComponent

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.

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

See Also