ITabProtection.Activate

Syntax

Activate(Password: String);

Parameters

Password — table protection password..

Description

The Activate method activates table protection with a password, which is passed as the Password input parameter.

Comments

After protection is activated the user gets access to those functions for which the relevant Allow* functions are set to True. The functions for which the relevant Allow* properties are set to False are available only using the kernel or are totally unavailable. Availability to perform prohibited operations using properties and methods in the kernel when protection is enabled, is determined by the UserInterfaceOnly property.

See also:

ITabProtection