TTMSFNCCustomCloudCloudKit.Insert Method
Inserts a new record into the database using the supplied field values.
API unit family: TMSFNCCloudCloudKit
Declaring type: TTMSFNCCustomCloudCloudKit
Syntax
procedure Insert(AValues: TStringList); override;
Remarks
Values are matched positionally to the metadata fields. The request is skipped when the project or database is not configured.
Parameters
| Name | Description |
|---|---|
AValues |
List of field values, ordered to match the metadata field definitions. |