IDataGrid.AllowAppend

Syntax

AllowAppend: Boolean;

Description

The AllowAppend property determines whether it is possible to add records.

Comments

If the property is set to True, records can be added to table. If the data source edit is available, a new record can be added to data source.

See also:

IDataGrid