TAdsTable.Append

TAdsTable

Advantage TDataSet Descendant

Adds a new, empty record to the dataset.

Syntax

procedure Append;

Description

Call Append to:

  1. Open a new, empty record in the dataset.

  2. Set the current 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 table using Post (or ApplyUpdates if cached updating is enabled). A newly appended record is posted to the table in one of three ways: