REST.Backend.ParseProvider.TCustomParseConnectionInfoHelper

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TCustomParseConnectionInfoHelper = class helper for TCustomParseConnectionInfo

C++

/*Helper*/typedef void *TCustomParseConnectionInfoHelper;

Properties

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

Description

A helper class of TCustomParseConnectionInfo for specifying the address of parse server.

To specify the address of parse server, use the BaseURL property.

See Also