Get_Dialog_Params function
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.|