REST.Backend.ServiceTypes.TFindObjectProc

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TFindObjectProc = reference to procedure(const AObject: TBackendEntityValue; const AJSON: TJSONObject);
TFindObjectProc<T: class> = reference to procedure(const AMetaObject: TBackendEntityValue; const AObject: T);

C++

__interface TFindObjectProc  : public System::IInterface
template<typename T> __interface TFindObjectProc__1  : public System::IInterface

Properties

Type Visibility Source Unit Parent
anonMethod
class
public
REST.Backend.ServiceTypes.pas
REST.Backend.ServiceTypes.hpp
REST.Backend.ServiceTypes REST.Backend.ServiceTypes

Description

Embarcadero Technologies does not currently have any additional information.