ITabProtection.AllowDeletingObjects

Syntax

AllowDeletingObjects: Boolean;

Description

The AllowDeletingObjects property determines whether objects can be deleted from the table.

Comments

If the property is set to True, the objects can be deleted even when table protection is enabled.

If the property is set to False, the value of the UserInterfaceOnly property determines whether objects can be deleted only on the kernel level or this option is totally blocked.

The property is set to True by default.

See also:

ITabProtection