AddLabel
Previous Top Next

Adds a Label to a Form or to a Panel at runtime.
Syntax: AddLabel (Form | Panel, Name, Left, Top, Width, Height, Text)
Example: AddLabel ("pnlOptions"," Label1", 5, 5, 40, 20, "Option:")