ITabProtection.Active

Syntax

Active: Boolean;

Description

The Active property determines whether the table protection is established.

Comments

The property returns True if table protection is enabled, and False if table protection is disabled .

Use the Activate method to enable protection, and the Deactivate method to disable protection.

See also:

ITabProtection