IMetabaseDialog.InitialFolder

Syntax

InitialFolder: IMetabaseObjectDescriptor;

Description

The InitialFolder property determines the initial folder.

Comments

The initial folder is a folder, which contents is displayed on initializing the dialog box. The initial folder cannot be located above the root folder.

Example

The example of use is given in description of the IMetabaseDialog.Execute method.

See also:

IMetabaseDialog