Visible to Intel only — GUID: GUID-FE1E2CC4-214F-4D69-BB8D-33D9D89471FE
Visible to Intel only — GUID: GUID-FE1E2CC4-214F-4D69-BB8D-33D9D89471FE
Dialog Library Routines Summary
The following table lists routines from the dialog library.
Programs that use these routines must access the Dialog library with USE IFLOGM. These routines are restricted to Windows* systems.
Name |
Routine Type |
Description |
---|---|---|
Subroutine |
Closes an open dialog. |
|
Subroutine |
Updates the display of a dialog box. |
|
Function |
Retrieves values of dialog control variables. |
|
Function |
Retrieves values of dialog control variables of type Character. |
|
Function |
Retrieves values of dialog control variables of type Integer. |
|
Function |
Retrieves values of dialog control variables of type Logical. |
|
Function |
Initializes a dialog. |
|
Function |
Initializes a dialog. |
|
Function |
Determines whether a message is intended for a modeless dialog box and, if it is, processes it. |
|
Function |
Determines whether a message is intended for a specific modeless dialog box and, if it is, processes it. |
|
Function |
Displays a dialog and processes dialog selections from user. |
|
Function |
Displays a dialog in a specific parent window and processes dialog selections from user. |
|
Function |
Displays a modeless dialog box. |
|
Function |
Sends a message to a dialog box control. |
|
Function |
Assigns values to dialog control variables. |
|
Function |
Assigns values to dialog control variables of type Character. |
|
Function |
Assigns your own event handlers to ActiveX controls in a dialog box. |
|
Function |
Assigns values to dialog control variables of type Integer. |
|
Function |
Assigns values to dialog control variables of type Logical. |
|
Subroutine |
Sets the return value for DLGMODAL. |
|
Function |
Assigns procedures (callback routines) to dialog controls. |
|
Subroutine |
Sets the title of a dialog box. |
|
Subroutine |
Deallocates memory occupied by an initialized dialog. |