Control.IsVisible

Syntax

IsVisible: Boolean;

Description

The IsVisible property determines whether the component is shown.

Comments

If the property is set to True the component is shown, otherwise the component is hidden.

Example

The example of property use is given in description of the ListItemconstructor.

See also:

Control