TControl.Visible

From OpenEUO
Jump to: navigation, search
RW Visible : b

Determines whether the component appears onscreen.

Use the Visible property to control the visibility of the control. If Visible is true, the control appears. If Visible is false, the control is not visible. Calling the Show method sets the control's Visible property to true. Calling the Hide method sets it to false.