BORDER_SMALL

BORDER_SMALL N

SHOWS THE BORDER OF THE SYSTEM OBJECT NUMBER N (FORM) WITH A REDUCED SIZE

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

ACTION

The command BORDER_SMALL N shows the border of the system object number N with a reduced size.

The system object is a FORM.

Remark: the border can be hidden by command BORDER_HIDE or set at the normal size by command BORDER_NORMAL.

SYNTAX: BORDER_SMALL 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_SMALL is used to give a reduced size to the border of a FORM.

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 give a reduced size to FORM0 border

border_small 0

SEE ALSO

BORDER_NORMAL

BORDER_HIDE