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

Funktion Procedure BoxInfo( Message: String )

Funktion Procedure BoxError( ErrorMessage: String )

Funktion Procedure BoxWarning( Message: String )

Funktion Function BoxYesNo( Question: String ): Integer

Funktion Function BoxYesNoDefaultNo( Question: String ): Integer

Funktion Function BoxYesNoCancel( Question: String ): Integer

Funktion Function BoxAbortRetryIgnore( Question: String ): Integer

Funktion Function BoxRetryCancel( Question: String ): Integer