No_Delete_State - dbGrid_
Controls whether this object can delete records
Type: Property
Access: Read/Write
Data Type: Integer
Parameters: None
Syntax
Property Integer No_Delete_State
| Access Type | Syntax |
|---|---|
| Read Access: | Get No_Delete_State to IntegerVariable |
| Write Access: | Set No_Delete_State to IntegerVariable/Value |
Description
The No_delete_state property controls whether this object can delete records. If it is true, any attempt to initiate a delete operation will be ignored. However, delete operations in other objects that result in a delete in this object's main file will not be inhibited.
Default is false.