REST.Backend.KinveyApi.TKinveyApi.QueryFiles

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure QueryFiles(const AQuery: array of string;
const AJSONArray: TJSONArray); overload;
procedure QueryFiles(const AQuery: array of string;
const AJSONArray: TJSONArray; out AFiles: TArray<TFile>); overload;

C++

void __fastcall QueryFiles(const System::UnicodeString *AQuery, const int AQuery_High, System::Json::TJSONArray* const AJSONArray)/* overload */;
void __fastcall QueryFiles(const System::UnicodeString *AQuery, const int AQuery_High, System::Json::TJSONArray* const AJSONArray, /* out */ System::DynamicArray<TFile> &AFiles)/* overload */;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
public
REST.Backend.KinveyApi.pas
REST.Backend.KinveyApi.hpp
REST.Backend.KinveyApi TKinveyApi

Beschreibung

Embarcadero Technologies verfügt zurzeit über keine zusätzlichen Informationen. Bitte unterstützen Sie uns bei der Dokumentation dieses Themas, indem Sie Ihre Kommentare auf der Diskussionsseite eingeben.