TTMSFNCCloudGoogleFireBase.DeleteData Method
Sends a request that deletes a single record identified by the given key from the current table. The outcome is reported through the delete-data result event.
API unit family: TMSFNCCloudGoogleFireBase
Declaring type: TTMSFNCCloudGoogleFireBase
Inherited from: TTMSFNCCustomCloudGoogleFireBase
Syntax
procedure DeleteData(AID: string);
Parameters
| Name | Description |
|---|---|
AID |
Identifier (key) of the record to delete. |