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



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