TTMSFNCCustomCloudCloudKit Class
Provides access to a cloud database service, supporting authentication and querying, inserting, updating and deleting records. Acts as the base class that exposes the data-store behavior; descendants surface the public API as published properties.
API unit family: TMSFNCCloudCloudKit
Inherits from: TTMSFNCCustomCloudDataStore
Syntax
TTMSFNCCustomCloudCloudKit = class(TTMSFNCCustomCloudDataStore)
Methods
| Name | Description |
|---|---|
| Delete | Deletes the record identified by the supplied identifier from the database. |
| GetMetaData | Retrieves the metadata describing the record type of the configured database. |
| GetTestTokensResult | Interprets the response of a token validation request. |
| Insert | Inserts a new record into the database using the supplied field values. |
| Query | Clears the current records and queries the configured database, retrieving all result pages. |
| TestTokens | Sends a request that validates the currently stored authentication tokens. |
| Update | Updates an existing record in the database with the values of the supplied entity. |