FreeARexxRequester System Command

FREEAREXXREQUESTER Dialog Box Commands

Unallocates an allocated dialog box. You should always do this when you are finished with a dialog box or when the script is exiting, to prevent loss of memory.

freearexxrequester

dbhandle/i The dialog box to unallocate.

Examples:

freearexxrequester iTestDialog

 

FreeARexxRequester  Command Definition  url:PGScmd/freearexxrequester
  created:2006-03-30 14:17:37   last updated:2006-03-30 14:17:37
  Copyright © 1985-2024 GrasshopperLLC. All Rights Reserved.

User Contributed Comments For FreeARexxRequester
Dan Kilroy wrote...2006-05-04 16:43:26

Script command submitted from PageStream internal documentation. Needs to be checked and merged with the command documentation above.

Gets the {...} .

FreeARexxRequester (reqhandle)

Parameters:


Results:


Notes:


See Also:


Examples:
Python:


ARexx:

Applescript:

User Contributed Comments For FreeARexxRequester