Constant | Description |
---|---|
XBP_DISP_APPMODAL | Application wide modal dialog |
XBP_DISP_MODELESS *) | Non-modal dialog |
XBP_DISP_SYSMODAL | System wide modal dialog |
|
Method XbpFontDialog():display() Foundation
Displays the font dialog.
:display( [<nMode>] ) --> oFont | NIL
The return value of this method depends on whether the operating mode is modal or non-modal. If the mode is modal, the font dialog returns an XbpFont object after the user presses the "OK" pushbutton. If the "Cancel" pushbutton is pressed (no selection is made), NIL is returned.:display() always returns NIL in the non-modal operating mode.
The :display() method displays the font dialog on the screen and returns the XbpFont object that describes the selected font. The Xbase++ program waits for the return value of the :display() method before continuing. As soon as the user has made a selection, the window of the font dialog is closed and the Xbase++ program continues. When the user terminates the selection using the "Cancel" pushbutton, the method returns the value NIL.
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.