TTMSFNCCustomCloudGoogleFireBaseObjectDatabase.ReadObject Method
Reads a single record by identifier. The result is delivered asynchronously through the read-data callbacks.
API unit family: TMSFNCCloudGoogleFireBaseObject
Declaring type: TTMSFNCCustomCloudGoogleFireBaseObjectDatabase
Overloads
Overload 1
Reads a single record by identifier. The result is delivered asynchronously through the read-data callbacks.
procedure ReadObject(AID: string); overload;
Parameters
| Name | Description |
|---|---|
AID |
Unique key of the record to read. |
Overload 2
Reads a single record by identifier into the context of the supplied object. The result is delivered asynchronously through the read-data callbacks.
procedure ReadObject(AID: string; AObject: TTMSFNCCloudGoogleFireBaseObject); overload;
Parameters
| Name | Description |
|---|---|
AID |
Unique key of the record to read. |
AObject |
Target object providing the read context. The call is ignored when it is not assigned. |