TTMSFNCCloudGoogleFireBase.ReadData Method
Sends a request that reads a single record, or the entire current table when no identifier is supplied. The returned payload is delivered through the read-data result event.
API unit family: TMSFNCCloudGoogleFireBase
Declaring type: TTMSFNCCloudGoogleFireBase
Inherited from: TTMSFNCCustomCloudGoogleFireBase
Syntax
procedure ReadData(AID: string = '');
Parameters
| Name | Description |
|---|---|
AID |
Identifier of the record to read; empty reads the whole table. |