Vcl.ComCtrls.TCoolBand.Visible

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Visible: Boolean read GetVisible write SetVisible default True;

C++

__property bool Visible = {read=GetVisible, write=SetVisible, default=1};

Properties

Type Visibility Source Unit Parent
property published
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TCoolBand

Description

Determines whether the band appears at runtime.

Use the Visible property to control the visibility of the band at runtime. If Visible is true, the band appears on the form; if Visible is false, it does not.