Introduction | Language Structure | IB Statements | File System | Comet 32 Runtime | Index |
| 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:
| ||||
| Example: |
! Disable the maximize controls Print (Allow Maximize=0) . . . ! Enable the maximize controls Print (Allow Maximize=1) |