AddImage
Previous Top Next

Adds an image to a Form or to a Panel at runtime.
Syntax: AddIMage (Form | Panel, Name, Left, Top, Width, Height)
Example:
AddImage ("Form1", "Image1", 80,80,100,100)