message class : Show(bool) method

Description

Displays a message dialog.

Syntax

instance.Show(bool val)

Arguments

ClassNameDescription
boolvalA value to display.

Return value

None.

Sample code

1:

message m = new message();

2:

m.Show(true);

Notes

The dialog box is modal. Blocks other actions in the application until the dialog is closed.

Links for reference

None.

Copyright © Cooker All rights reserved.