SYSTEM-DIALOG COLOR color-numberUPDATE logical-variableIN WINDOW windowAn integer expression that evaluates to an ABL color number from 0 to 255, inclusive, that is defined as dynamic through the SET-DYNAMIC method of the COLOR-TABLE handle. The color dialog associates the ABL color specified by color-number with the system color value the user selects in the dialog box. The user chooses the OK button to confirm the choice. The user can close the dialog box without changing the color by choosing the Cancel button.UPDATE logical-variableSpecifies a logical variable to return the status of the user’s color dialog interaction. If the user chooses the OK button, the dialog sets logical-variable to TRUE. If the user chooses the Cancel button, the dialog sets logical-variable to FALSE.IN WINDOW windowSpecifies the window where the dialog box is displayed. The value window must be the handle of a window.
For more information on defining dynamic colors, see OpenEdge Deployment: Managing ABL Applications.
Use the color-number in a COLOR phrase to assign the selected color to a widget.
© 2013 Progress Software Corporation and/or its subsidiaries or affiliates. |