IMetaAttribute.Hidden

Syntax

Hidden: Boolean;

Description

The Hidden property determines whether this attribute is hidden.

Comments

If Hidden = True, an attribute is hidden, that is, it is used in building a dictionary but it is not displayed in a dictionary.

Example

The property use is given in the example for IMetaAttribute.Nullable.

See also:

IMetaAttribute