Description

Sets the information associated with a dialog box.

Syntax

status = Set_Dialog_Info (dialogname, owner, inparam, ownparam, outparam)

Parameters

The Set_Dialog_Info function has the following parameters.

ParameterDescription
DialognameSpecify a valid window identifier.
OwnerThe identifier for the owner window. Can be null if the dialog box exists.
InparamInput parameter (passed to CREATE event).
OwnparamParameter used by dialog box itself. Can be set using this function only.
OutparamParameter 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.

See also

Get_Dialog_Info()

  • No labels