Previous Topic

Next Topic

Inhoudsopgave

Book Index

AddImage Function

Function Function AddImage( Name: String, FileName: String, Left: Integer, Top: Integer, Width: Integer, Height: Integer, [AutoSize: Boolean], [Stretch: Boolean], [Center: Boolean], [TransParent: Boolean]): IsahImage_Object;

Description

Adds an image component to the form.

Parameters

Note: Only one of the parameters autosize, stretch or center may be set to 'True'.

Properties, Procedures and Functions

See FormObjects.

Example

See CreateEditForm and CreateWizardForm.