Previous Topic

Next Topic

Inhoudsopgave

Book Index

Dialog Boxes

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

Function Procedure BoxInfo( Message: String )

Function Procedure BoxError( ErrorMessage: String )

Function Procedure BoxWarning( Message: String )

Function Function BoxYesNo( Question: String ): Integer

Function Function BoxYesNoDefaultNo( Question: String ): Integer

Function Function BoxYesNoCancel( Question: String ): Integer

Function Function BoxAbortRetryIgnore( Question: String ): Integer

Function Function BoxRetryCancel( Question: String ): Integer