2.404 .visible

.visible defines whether the object is displayed on the screen or not.

Definition

  • Data type

    boolean

  • Access

    get, set

  • changed event

    yes

Particularities of the Attributes .sensitive and .visible

Unlike the other object attributes, the attributes .visible and .sensitive get their final shape only in connection with the object hierarchy. This is because the corresponding attributes of the related parent object have a decisive influence on them. This means that an object can only be visible if itself and its parent are visible. The same applies to selectivity.

Remark

The statement Window.visible := true does the following:

See also

Attribute .sensitive