REST.Backend.ParseApi.TParseApi.FindClass
Delphi
function FindClass(const ABackendClassName, AObjectID: string; out AFoundObject: TObjectID; const AJSON: TJSONArray; AProc: TFindObjectProc): Boolean; overload;
function FindClass(const ABackendClassName, AObjectID: string; AProc: TFindObjectProc): Boolean; overload;
function FindClass(const ABackendClassName, AObjectID: string; out AFoundObjectID: TObjectID; const AFoundJSON: TJSONArray = nil): Boolean; overload;
function FindClass(const AID: TObjectID; AProc: TFindObjectProc): Boolean; overload;
function FindClass(const AID: TObjectID; out AFoundObjectID: TObjectID; const AFoundJSON: TJSONArray = nil): Boolean; overload;
C++
bool __fastcall FindClass(const System::UnicodeString ABackendClassName, const System::UnicodeString AObjectID, /* out */ TObjectID &AFoundObject, System::Json::TJSONArray* const AJSON, _di_TFindObjectProc AProc)/* overload */;
bool __fastcall FindClass(const System::UnicodeString ABackendClassName, const System::UnicodeString AObjectID, _di_TFindObjectProc AProc)/* overload */;
bool __fastcall FindClass(const System::UnicodeString ABackendClassName, const System::UnicodeString AObjectID, /* out */ TObjectID &AFoundObjectID, System::Json::TJSONArray* const AFoundJSON = (System::Json::TJSONArray*)(0x0))/* overload */;
bool __fastcall FindClass(const TObjectID &AID, _di_TFindObjectProc AProc)/* overload */;
bool __fastcall FindClass(const TObjectID &AID, /* out */ TObjectID &AFoundObjectID, System::Json::TJSONArray* const AFoundJSON = (System::Json::TJSONArray*)(0x0))/* overload */;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | REST.Backend.ParseApi.pas REST.Backend.ParseApi.hpp |
REST.Backend.ParseApi | TParseApi |
Description
Embarcadero Technologies does not currently have any additional information.