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 Caption: String (R/W)
Property EditOffSet: Integer (R/W)
Property TabsVisible: Boolean (R/W)
Property XOffSet: Integer (R/W)
Property YOffSet: Integer (R/W)
Procedure AddTab( Name: String, Caption: String )
Procedure Center
Function GetValueByName( Name: String ): Variant
Procedure Hide
Procedure HideTab( Name: String )
Procedure SelectTab( Name: String )
Procedure SetBounds( Left: Integer, Top: Integer, Width: Integer, Height: Integer )
Procedure SetTabCaption( Name: String )
Procedure Show
Function ShowModal: Integer
Procedure ShowTab( Name: String )
Property StatusBarVisible: Boolean (R/W)
Procedure UserMessage( Message: String )
Procedure HintMessage( Message: String )
Example
See CreateEditForm and CreateWizardForm.