Procedure SetBounds(Left: Integer, Top: Integer, Width: Integer, Height: Integer)
Description
Sets the size of the form.
Remarks
When the form is displayed, you can hold the left CTRL key while right-clicking the Cancel button. This opens an Info form containing information on the length, width, position and height of the form. This makes it easy to determine the SetBounds values.
Example
See CreateEditForm and CreateWizardForm.