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
Displays a dialog box.
Properties, Procedures and Functions
Procedure BoxInfo( Message: String )
Procedure BoxError( ErrorMessage: String )
Procedure BoxWarning( Message: String )
Function BoxYesNo( Question: String ): Integer
Function BoxYesNoDefaultNo( Question: String ): Integer
Function BoxYesNoCancel( Question: String ): Integer
Function BoxAbortRetryIgnore( Question: String ): Integer
Function BoxRetryCancel( Question: String ): Integer