Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== Get_Dialog_Info function ====== ==== 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. ^Parameter^Description^ |//dialogname//|Specify a valid window identifier.| |//owner//|The identifier for the owner window. Can be null if the dialog box exists.| |//inparam//|Input parameter. Set by a call to Dialog_Box, Create_Dialog (same parameter is passed to the CREATE event.| |//ownparam//|Parameter used by the dialog box itself. Can be set only by a call to Set_Dialog_Info.| |//outparam//|Parameter 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_dialog|Create_Dialog]], [[dialog_box|Dialog_Box]], [[end_dialog|End_Dialog]], [[set_dialog_info|Set_Dialog_Info]] ** ** guides/programming/programmers_reference_manual/get_dialog_info.txt Last modified: 2024/06/19 20:20by 127.0.0.1