Concept Framework 1.0 documentation Contents | Index

RFixed.Move

Name Type Access Version Deprecated
Move function public version 1.0 no

Prototype:
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.

Returns:
This function returns true if the object could be moved, false otherwise.

Documented by Eduard Suica, generation time: Thu Oct 15 20:01:53 2009 GMT(c)2009 RadGs Software