Introduction

Language Structure

IB Statements

File System

Comet 32 Runtime

Index

(Allow Maximize)

Mnemonic: (Allow Maximize=state)
Discussion: This mnemonic disables/enables the maximize controls on the COSW window. Use this mnemonic to prevent the user from maximizing the COSW window.

State is a flag indicating which function is to be performed:

0 Disable the maximize controls
1 Enable the maximize controls

Example:
! Disable the maximize controls
Print (Allow Maximize=0)
.
.
.
! Enable the maximize controls
Print (Allow Maximize=1)