SYSTEM-DIALOG FONT font-numberANSI-ONLYFIXED-ONLYMAX-SIZE point-sizeMIN-SIZE point-sizeUPDATE logical-variableIN WINDOW windowAn integer expression that returns an ABL font number (0 to 255), inclusive, which is defined in the setup file for your environment. The font dialog associates the ABL font specified by font-number with the system font the user selects in the dialog. The user confirms the selection and completes the dialog by choosing the OK button. The user interrupts the dialog without changing the font by choosing the Cancel button.MAX-SIZE point-sizeMIN-SIZE point-sizeUPDATE logical-variableSpecifies a logical variable to return the status of the user’s font dialog interaction. If the user clicks on the OK button, the dialog sets logical-variable to TRUE. If the user chooses on the Cancel button, the dialog sets logical-variable to FALSE.IN WINDOW windowSpecifies the window from which the dialog box is displayed. The value window must be the handle of a window.
For more information on defining font numbers, see OpenEdge Deployment: Managing ABL Applications.
Use the font-number with the FONT option to assign the selected font to a widget.
© 2013 Progress Software Corporation and/or its subsidiaries or affiliates. |