Previous Topic

Next Topic

Inhoudsopgave

Book Index

IsahEditForm

Although the IsahForms object still functions as before, it is recommended that you start using the new TForm Object as the basis for creating custom forms in Isah. The TForm object offers improved possibilities for customizing all types of Isah forms. In a future release of Isah, the IsahForms object will become unavailable.

Description

Creates an empty form.

Remarks

You can place various screen objects on this form. The form can be modified in various ways using the following properties and methods.

Properties, Procedures and Functions

Property Property Caption: String (R/W)

Property Property EditOffSet: Integer (R/W)

Property Property TabsVisible: Boolean (R/W)

Property Property XOffSet: Integer (R/W)

Property Property YOffSet: Integer (R/W)

Funktion Procedure AddTab( Name: String, Caption: String )

Funktion Procedure Center

Funktion Function GetValueByName( Name: String ): Variant

Funktion Procedure Hide

Funktion Procedure HideTab( Name: String )

Funktion Procedure SelectTab( Name: String )

Funktion Procedure SetBounds( Left: Integer, Top: Integer, Width: Integer, Height: Integer )

Funktion Procedure SetTabCaption( Name: String )

Funktion Procedure Show

Funktion Function ShowModal: Integer

Funktion Procedure ShowTab( Name: String )

Property Property StatusBarVisible: Boolean (R/W)

Funktion Procedure UserMessage( Message: String )

Funktion Procedure HintMessage( Message: String )

Example

See CreateEditForm and CreateWizardForm.