public function Move(object control, integer x, integer y)
Parameters
control
the child that must be moved
x
the new x coordinate
y
the new y coordinate
Description:
This function repositions a child of the RFixed control, by setting X and Y. Instead of this function is recommended to use Left and Top on the child control.
Return value:
This function returns true if the object could be moved, false otherwise.