REST.Backend.KinveyApi.TKinveyApi.TObjectID.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(const ABackendCollectionName: string; AObjectID: string);

C++

__fastcall TObjectID(const System::UnicodeString ABackendCollectionName, System::UnicodeString AObjectID);
TObjectID() {}

Properties

Type Visibility Source Unit Parent
constructor public
REST.Backend.KinveyApi.pas
REST.Backend.KinveyApi.hpp
REST.Backend.KinveyApi TObjectID

Description

Constructor to create a TObjectID record.

The Create constructor takes the ABackendCollectionName and AObjectID parameters, and assigns their values to the BackendCollectionName and ObjectID properties, respectively.

See Also