JmgRegistrationButtonTable::moveLine Method
Moves a record up or down in an action pane setup.
Syntax
client server public static boolean moveLine(JmgRegistrationButtonTable _regButtTable, boolean _moveUp)
Run On
Called
Parameters
- _regButtTable
Type: JmgRegistrationButtonTable Table
The record to move up or down.
- _moveUp
Type: boolean
A Boolean value that represents the direction to move the record.
Return Value
Type: boolean
true if the operation was successful; otherwise, false.