REST.Backend.KinveyApi.TKinveyApi.TFile.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(const AID: string);

C++

__fastcall TFile(const System::UnicodeString AID);
TFile() {}

Properties

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

Description

Constructor to create a TFile record type.

The Create constructor takes the AID parameter and assigns this value to the ID property.

See Also