Move Method (FlexObject)

Class

FlexObject class

Action

Moves the component to a specified position within its parent. Calling this method is the same as setting the component's x and y properties.

Syntax

object.Move([x, y])
Variable Description
x Optional.Left position of the component within its parent. INTEGER.
y Optional.Top position of the component within its parent. INTEGER.