IDataGrid.AllowAppend

Syntax

AllowAppend: Boolean;

Description

The AllowAppend property determines whether the records adding is available.

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