====== Get_Dialog_Params function ====== **{{{guides:programming:programmers_reference_manual:caution.gif?28x21}} Caution:** This is an obsolete function. Use Get_Dialog_Info instead. ==== 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//.| ==== See Also ==== [[create_dialog|Create_Dialog()]], [[dialog_box|Dialog_Box()]], [[get_dialog_info|Get_Dialog_Info()]], [[set_dialog_info|Set_Dialog_Info()]] ** **