AddButton
Previous Top Next

Adds a Button to a Form or to a Panel at runtime.
Syntax: AddButton (Form | Panel, Name, Left, Top, Width, Height, Text)
Example:
AddButton ("Form1", "Button1", 20, 30, 25, 80, "Click Me!")