IDataGrid.AllowDelete

Syntax

AllowDelete: Boolean;

Description

The AllowDelete property determines whether table records can be deleted.

Comments

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

See also:

IDataGrid