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.

ParameterDescription
dialognameSpecify a valid window identifier.
ownerThe identifier for the owner window. Can be null if the dialog box exists.
inparamInput parameter. Set by a call to Dialog_Box, Create_Dialog (same parameter is passed to the CREATE event.
ownparamParameter used by the dialog box itself. Can be set only by a call to Set_Dialog_Info.
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

Create_DialogDialog_BoxEnd_DialogSet_Dialog_Info

  • No labels