
This method will hide a modeless dialog box.
Returns the following according to the situation:
The recommended convention is passing the control identifier directly:
Copy Code |
|---|
(Odcl_Form_Hide MyDialogReference [as Reference] Hide [as Boolean]) |
An alternative convention is to identify the control by providing the project file, the dialog name and the control name:
Copy Code |
|---|
(Odcl_Form_Hide ProjectFile [as String] DialogName [as String] Hide [as Boolean]) |
Copy Code |
|---|
; Hide the dialog (Odcl_Form_Hide MyProject_MyForm T) |