NavigatorBox.ShowNavigationPanel

Syntax

ShowNavigationPanel: Boolean;

Description

The ShowNavigationPanel property determines whether to show the tree of folders.

Comments

If this property is set to False, the tree of folders is hidden. By default this property is set to True, and the tree of folders is shown.

Example

The example of property use is given in description of the NavigatorBox.ObjectListContextMenu event.

See also:

NavigatorBox