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



Browse class : _window

Property : text     ( Read & Write )


Description

property that retrieves and sets text that can be obtained or set to the title / caption
Remarks

e.g.

//set
Form1.text = "my Form";

//retrieve
String s = Form1.text;




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