AllowDelete: Boolean;
The AllowDelete property determines whether table records can be deleted.
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: