DIAdem Help

Method: Move for Table

  • Updated2024-09-12
  • 2 minute(s) read

Method: Move for Table

Moves a control in a user dialog box.

Object.Move(X, Y)
ObjectTable
Object with this method
XLongInteger
Specifies a horizontal move in dialog units.
A positive value moves the control to the right and a negative value moves the control to the left.
YLongInteger
Specifies a vertical move in dialog units.
A positive value moves the control down and a negative value moves the control up.

The following example moves the Table1 table 10 dialog units to the right and 20 dialog units down:

Call Table1.Move(10, 20)