IRdsAttributes.Hidden

Syntax

Hidden: IRdsAttribute;

Description

The Hidden property returns a system attribute of a dictionary that determines elements visibility.

Comments

This attribute has Boolean data type, cannot contain empty and multiple values. It is hidden by default. The attribute identifier is HIDDEN. This attribute is available, if the ManageVisibility property is set to True. If True value is set as a value of this attribute, element is not visible, otherwise it is visible. Default value False is set for all elements.

Generally, this attribute is used in dictionaries that take into account changes of elements in time. Changing this attribute value the user can manipulate display of elements values in certain periods. Access to hidden elements is possible only by key with the help of the ItemElement property.

See also:

IRdsAttributes