Home - RAD C++ GUI Lib 1.2.2 Documentation
Published on March 09, 2007 [03:04:03 PM]



Browse class : _window

Property : visible     ( Read & Write )


Description

property that retrieves and sets visibility of an object visible / hidden, true/false.
Remarks

e.g.

//hide object
Button1.visible=false;
//show object
Button1.visible=true;

//retrieve visibility
bool bV = Button1.visible;




Visit www.radcpp.com for more help and updates. Documentation created using FlaX.Doc