RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCoolBand.Visible Property

Determines whether the band appears at runtime.

Pascal
property Visible: Boolean;
C++
__property Boolean Visible;

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. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!