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



Browse class : _window

Function : void moveTo(int X, int Y)


Description

function moves and object or a form to specified X and Y position (in pixels)


Return

Nothing


Remarks

e.g.

//move button to top-left corner of a form
button1.moveTo(0,0);





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