IUiMetabaseObject.Active

Syntax

Active: Boolean;

Description

The Active property determines whether the component is active, that is, whether the data of the repository object loaded in the component are available.

Comments

It is necessary that the property is set to True to open access to the repository object. It the property is set to False, the component will be connected with the repository object but data will not be shown in the component.

See also:

IUiMetabaseObject