IDataGrid.AllowDelete

Syntax

AllowDelete: Boolean;

Description

The AllowDelete property determines whether it is possible to delete records.

Comments

By default the property is set to True, and the table rows can be deleted using the IDataGridRows.Delete or IDataGridRow.Delete method. If the property is set to False, the table rows removal is prohibited.

See also:

IDataGrid