AddPanel
Previous
Top
Next
Adds a Panel to a Form at runtime.
Syntax: AddPanel (Form, Name, Left, Top, Width, Height)
Example:
AddPanel ("Form1", "Panel1", 200, 20, 100, 100)