Visible to Intel only — GUID: GUID-633941CD-A3C1-4AEE-ADF2-E0D8818E5B19
Visible to Intel only — GUID: GUID-633941CD-A3C1-4AEE-ADF2-E0D8818E5B19
INITIALSETTINGS
QuickWin Function: Initializes QuickWin. This routine is only available for Windows.
Module
USE IFQWIN
result = INITIALSETTINGS( )
Results
The result type is LOGICAL(4). The result is .TRUE. if successful; otherwise, .FALSE..
You can change the initial appearance of an application's default frame window and menus by defining an INITIALSETTINGS function. Do not use INITIALSETTINGS to open or change the properties of child windows.
If no user-defined INITIALSETTINGS function is supplied, QuickWin calls a predefined INITIALSETTINGS routine to control the default frame window and menu appearance. You do not need to call INITIALSETTINGS if you define it, since it will be called automatically during initialization.