guides:programming:programmers_reference_manual:get_dialog_info

Get_Dialog_Info function

Retrieves the information associated with a dialog box

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

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.

  • guides/programming/programmers_reference_manual/get_dialog_info.txt
  • Last modified: 2024/06/19 20:20
  • by 127.0.0.1