WARNING: This is an obsolete function. Use Get_Dialog_Info instead.
Description
Returns a block of parameters associated with this dialog box.
Syntax
parameters = Get_Dialog_Params (dialogname, owner)
Parameters
The Get_Dialog_Params function has the following parameters.
Parameter | Description |
---|---|
dialogname | Specify a valid window identifier. |
owner | Pass the identifier of the owner for the dialog box specified in dialogname. Can be null if dialog box exists. |
The entire block of parameters is returned by this function, in an @FM-delimited array of initparameter, ownparameter, and outparameter.
See also
Create_Dialog(), Dialog_Box(), Get_Dialog_Info(), Set_Dialog_Info()