Table of Contents

TTMSFNCCloudCloudKit.Delete Method

Deletes the record identified by the supplied identifier from the database.

API unit family: TMSFNCCloudCloudKit Declaring type: TTMSFNCCloudCloudKit Inherited from: TTMSFNCCustomCloudCloudKit

Syntax

procedure Delete(AID: string); override;

Remarks

The request is skipped when the project, database, or identifier is empty.

Parameters

Name Description
AID Identifier of the record to delete.