REST.Backend.KinveyApi.TKinveyApi.TRetrieveUserGroupProc
Delphi
TRetrieveUserGroupProc = reference to procedure(const AUserGroup: TUserGroup; const AObj: TJSONObject);
C++
__interface TRetrieveUserGroupProc : 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 retrieve a user group.
TRetrieveUserGroupProc is a reference to a procedure (anonymous method) that is used to retrieve a user group. TRetrieveUserGroupProc takes the following parameters:
| Parameter | Description |
|---|---|
AUserGroup
|
The user group of TUserGroup type. |
AObj
|
The JSON object of TJSONObject type. |