IMetaAttributeParamItem.Visible

Syntax

Visible: Boolean;

Description

The Visible property determines whether parameter is displayed in the list of parameters that can function as attribute value.

Comments

The property is set to True, the parameter is available for selection. If the property is set to False, the parameter is hidden from the list.

Example

The property use is given in description of the IMetaAttributeParamItems.Add method.

See also:

IMetaAttributeParamItem