ITabProtection.AllowDeletingRows

Syntax

AllowDeletingRows: Boolean;

Description

The AllowDeletingRows property determines, whether rows can be deleted from the table.

Comments

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

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

By default the property is set to True.

See also:

ITabProtection