CApplication.MessageBox


static function MessageBox

Prototype:

static function MessageBox(szText, szTitle="");

Parameters

szText
the text contained by the message box
szTitle
the title of the message box.

Description:

Tells the client to show a message box.

Return value:

Returns null.