TTMSFNCCloudGoogleFireBaseObjectDatabase.ReadList Method
Reads all records from the database. The parsed result is delivered through the read-data-list event.
API unit family: TMSFNCCloudGoogleFireBaseObject
Declaring type: TTMSFNCCloudGoogleFireBaseObjectDatabase
Inherited from: TTMSFNCCustomCloudGoogleFireBaseObjectDatabase
Overloads
Overload 1
Reads all records from the database. The parsed result is delivered through the read-data-list event.
procedure ReadList; overload;
Overload 2
Reads all records from the database into the supplied list. The list is populated with reconstructed object instances.
procedure ReadList(AList: TTMSFNCCloudGoogleFireBaseObjectList); overload;
Parameters
| Name | Description |
|---|---|
AList |
Target list to receive the records. The call is ignored when the list is not assigned. |