No_Delete_State - BaseData_Set
Determines whether delete operations via this object are permitted
Type: Property
Access: Read/Write
Data Type: Boolean
Parameters: None
Syntax
Property Boolean No_Delete_State
| Access Type | Syntax |
|---|---|
| Read Access: | Get No_Delete_State to BooleanVariable |
| Write Access: | Set No_Delete_State to BooleanVariable/Value |
Description
Set No_Delete_State to True
No_Delete_State disables direct deletes of records. This means that the message Request_Delete sent to this DDO will generate an error and not perform any action.
This message does not affect deletions of records that are part of a cascade delete.
See Also