ITabProtection.AllowEditingObjects

Syntax

AllowEditingObjects: Boolean;

Description

The AllowEditingObjects property determines, whether table objects can be edited.

Comments

If the property is set to True, objects editing is available, even when table protection is enabled. Editing includes changing objects' parameters and possibility to activate an object.

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

By default the property is set to True.

See also:

ITabProtection