TTMSFNCCloudGoogleFireBase.DeleteTable Method
Sends a request that deletes an entire table (top-level path). The outcome is reported through the delete-table result event. The request is skipped while the database name, table name, or access token is empty.
API unit family: TMSFNCCloudGoogleFireBase
Declaring type: TTMSFNCCloudGoogleFireBase
Inherited from: TTMSFNCCustomCloudGoogleFireBase
Syntax
procedure DeleteTable(ATableName: string);
Parameters
| Name | Description |
|---|---|
ATableName |
Name of the table to delete. |