ShowDialog Command

Purpose

Displays a Dialog structure on the screen.

Syntax

ShowDialog id%

id%:integer expression

Description

ShowDialog displays a dialog structure created with Dialog....EndDialog on the screen. id% is the ID number which you used during the creation to identify the dialog.

Example

See Dialog

Remarks

If the command EndDialog wasn't used the ShowDialog contains the structure of the current Dialog.

See Also

Dialog, EndDialog, CloseDialog

{Created by Sjouke Hamstra; Last updated: 12/05/14 by James Gaite}