IEtlBox.DefaultMenu

Fore Syntax

DefaultMenu: Boolean;

Fore.NET Syntax

DefaultMenu: Boolean;

Description

The DefaultMenu property determines whether system context menu will be available for ETL task objects and its working area.

Comments

The property can be used if the DefaultHandlers property is set to True.

If the DefaultMenu property is set to True, the system context menu will be available. The property is set to False by default, the context menu is absent or there is an available menu that is created for the component in the PopupMenu property.

NOTE. If the PopupMenu property is set, the system context menu cannot be used.

Fore Example

The example of use is given in description of the IEtlBox.DefaultHandlers property.

See also:

IEtlBox