BORDER_NORMAL

BORDER_NORMAL N

SHOWS THE NORMAL BORDER OF THE SYSTEM OBJECT NUMBER N (FORM)

  • Type: Command
  • Parameter: 1
  • Group: System Objects

ACTION

The command BORDER_NORMAL N shows the normal border of the system object number N.

The system object is a FORM.

Remark: the border can be hidden by command BORDER_HIDE or reduced by command BORDER_SMALL.

SYNTAX: BORDER_NORMAL N

  • N = system object number (integer or real). Must be greater than 0 and less than or equal to the allowed maximum number of system objects.

USE

  • The command BORDER_NORMAL is used to give back a normal size to a FORM border after a command BORDER_HIDE or BORDER_SMALL.

ERROR

  • If number N is not a correct expression.
  • If number N exceeds the allowed maximum number of system objects.
  • If number N is less than 0.
  • If system object number N does not exist.
  • If number N is not the number of a FORM.

EXAMPLE

rem hide border of FROM0

border_hide 0

wait 200

rem give again a normal size to the border

border_normal 0

SEE ALSO

BORDER_SMALL

BORDER_HIDE