<< Inhaltsverzeichnis Suchen >>

GR_MAXICONS

Anweisung

Syntax:

GR_MAXICONS = <ANZAHL>

<ANZAHL> = <NUM-AUSDRUCK>

Bedeutung:

Mit dieser Anweisung kann unter WINDOWS die Anzahl der in der Iconleiste angezeigten Icons geändert werden.

Ist <ANZAHL> = 0, so wird die gesamte Iconleiste entfernt.

Ist <ANZAHL> < 0 oder > 24, so hat die Anweisung GR_MAXICONS keine Wirkung.

Im Gegensatz zur Compileranweisung #GR_MAXICONS, die die Anzahl der Icons beim Programmstart festlegt, ändert die Anweisung GR_MAXICONS die Anzahl der Icons während des Programmlaufs.

Beispiel:

GR_MAXICONS = 5  /* 5 Icons werden angezeigt
...
GR_MAXICONS = 0  /* Die gesamte Iconleiste wird entfernt

siehe auch:

#GR_MAXICONS