IMetabaseDialog.Title

Fore Syntax

Title: String;

Fore.NET Syntax

Title: String;

Description

The Title property determines the dialog title.

Comments

By default an empty line is set in this property. And the "Selecting object" text is displayed in a header on initiating a dialog. This text is localized in system resources of Prognoz Platform 9, thus it will depend on the currently used platform language.

Example

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

See also:

IMetabaseDialog