Description
Retrieves the information associated with a dialog box
Syntax
status = Get_Dialog_Info (dialogname, owner, inparam, ownparam, outparam)
Parameters
The Get_Dialog_Info function has the following parameters.
Parameter | Description |
---|---|
dialogname | Specify a valid window identifier. |
owner | The identifier for the owner window. Can be null if the dialog box exists. |
inparam | Input parameter. Set by a call to Dialog_Box, Create_Dialog (same parameter is passed to the CREATE event. |
ownparam | Parameter used by the dialog box itself. Can be set only by a call to Set_Dialog_Info. |
outparam | Parameter used to pass result to calling process. Set by End_Dialog. |
Any delimiters except for @RM can be used as parameters. Status is true if block of parameters exists, otherwise false.