IMetabaseDialog.Object

Syntax

Object: IMetabaseObjectDescriptor;

Description

The Object property returns the description of the selected repository object.

Comments

If several objects are selected in the component, the Object property returns description only for the selected object. Descriptions of all objects are returned by the IMetabaseDialog.Objects property.

Example

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

See also:

IMetabaseDialog