
This method will resize a dialog box.
Returns the following according to the situation:
The recommended convention is passing the control identifier directly:
Copy Code |
|---|
(Odcl_Form_Resize MyDialogReference [as Reference] Width [as Integer] Height [as Integer]) |
An alternative convention is to identify the control by providing the project file, the dialog name and the control name:
Copy Code |
|---|
(Odcl_Form_Resize ProjectFile [as String] DialogName [as String] ControlName [as String] Width [as Integer] Height [as Integer]) |
Applies only to modal and modeless dialogs.
Copy Code |
|---|
; Change the dialog size (Odcl_Form_Resize MyProject_MyForm 600 480) |
AllowResizing, Form_Show, Height, MaxDialogHeight, MaxDialogWidth, MinDialogHeight, MinDialogWidth, OnSize, Width