File Name
Syntax
FUNCTION PickSystemAction( VAL w: Window, REF multiSelectActionList: LIST OF SystemActionsRecord ): BOOLEAN IS
Parameters
w - the window handle of the profile editor
multiSelectActionList - a list of system action records
Returns
multiSelectActionList - the list of system action records
TRUE or FALSE depending on which action was chosen
Side Effects
None
Description
This function displays a list of system actions for the user to select.
Dialog Forms Called
None