ShellBrowser Delphi Components Documentation
|
Determines whether the component appears on screen.
property Visible;
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. See TControl.Visible