ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
JamSystemShellView.TJamShellViewColumn.Visible

Determines whether the component appears on screen.

Syntax
Pascal
property Visible: Boolean;

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