Previous Topic

Next Topic

Inhoudsopgave

Book Index

Visible Property

Property Property Visible: Boolean (R/W)

Description

Determines whether the component appears onscreen.

Remarks

This property is common to all TForm controls.

Details

Use the Visible property to control the visibility of the control at runtime. If Visible is true, the control appears. If Visible is false, the control is not visible.