addCommand


procedure addCommand(cmd: command);

Inserts a command on the device display. Some devices (such as Motorola mobile phones) will not draw the command until 'repaint' is called. So after calling 'addCommand' be sure to call 'repaint'.

See also: createCommand, getClickedCommand, removeCommand, emptyCommand