REST.Backend.KinveyApi.TKinveyApi.TFindObjectProc

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TFindObjectProc = reference to procedure(const AID: TObjectID; const AObj: TJSONObject);

C++

__interface TFindObjectProc  : public System::IInterface

Properties

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

Description

Reference to a procedure that is used to find an object.

TFindObjectProc is a reference to a procedure (anonymous method) that is used to find an object. TFindObjectProc takes the following parameters:

Parameter Description
AID The object ID of TObjectID type.
AObj The JSON object of TJSONObject type.

See Also