History |
Swap (forms)
Purpose
Hides a form's content and display a second form within the form's original window.
Syntax
Form.Swap (SwapForm)
Example
Form1.Swap("Form2") 'Correct!
Form1.Swap(Form2) 'Incorrect! Passes Form2's title as an argument.
| ||||