Home - RAD C++ GUI 2.0 Documentation
Published on March 17, 2008 [12:28:42 AM]



Browse class : NumberBox

Property : value     ( Read & Write )


Description

A read / write property. Assigning a floating point value or plain integer value to numberbox.
And to obtain current float value.
Remarks

e.g.
//assigning
num_box.value = 123445.77;

//obtaining
int value = num_box.value;




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