EPUB | CHM | PDF

TDataSet.Methods.Append

Top Previous Next

Adds a new, empty record to the end of the dataset.

Syntax:

procedure Append;

Description:

Call Append to:

Open a new, empty record at the end of the dataset.

Set the active record to the new record.

After a call to Append, an application can enable users to enter data in the fields of the record, and can then post those changes to the database using Post (or ApplyUpdates if cached updating is enabled).

See also: Example: Append, FieldValues, Post