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



Browse class : _window

Property : top     ( Read & Write )


Description

property that retrieves and sets Y coordinates of an object in pixels
Remarks

e.g.

//set top position
button1.top=100;

//get top position
int bY = button1.top;




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