REST.Backend.ServiceTypes.TBackendStorageApi.FindObject

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function FindObject(const AMetaObject: TBackendEntityValue; AProc: TFindObjectProc): Boolean; overload;
function FindObject(const AClassName, AObjectID: string; AProc: TFindObjectProc): Boolean; overload;
function FindObject<T: class, constructor>(const AMetaObject: TBackendEntityValue; AProc: TFindObjectProc<T>): Boolean; overload;

C++

bool __fastcall FindObject(const Rest::Backend::Metatypes::TBackendEntityValue &AMetaObject, _di_TFindObjectProc AProc)/* overload */;
bool __fastcall FindObject(const System::UnicodeString AClassName, const System::UnicodeString AObjectID, _di_TFindObjectProc AProc)/* overload */;
template<typename T> bool __fastcall FindObject(const Rest::Backend::Metatypes::TBackendEntityValue &AMetaObject, System::DelphiInterface<TFindObjectProc__1<T> > AProc)/* overload */;

Propriétés

Type Visibilité  Source Unité  Parent
function public
REST.Backend.ServiceTypes.pas
REST.Backend.ServiceTypes.hpp
REST.Backend.ServiceTypes TBackendStorageApi

Description

Embarcadero Technologies ne possède pas d'informations supplémentaires pour le moment. Veuillez nous aider à documenter cette rubrique en utilisant la page Discussion !