'MessageBox(hParent, sText$, sCaption$, uType)

Display a message box.

Arguments

INT()hParent[in] Ignored. An appropriate parent window is set automatically.
STR()sText$[in] The text to appear in the body of the message box.
STR()sCaption$[in] The title of the message box.
INT()uType[in] Specifies the behavour of the message box. This can be a combination of button and icon values from the KCML_BUTTON_ENUM enumeration.

Returns

The identifier of the button which dismissed the message box. From the KCML_BUTTON_ENUM enumeration.

Syntax

The following definition is built into KCML. You do not have to include it in your own code.

$DECLARE 'MessageBox(INT(), STR(), STR(), INT())

Further Information

IntroducedKCML 5.00
CompatibilityBrowser Client
KClient

See Also

KCMLAddNotifyIcon, KCMLDeferHiddenControls, KCMLDlgMessageBox, KCMLEnableBufferKeys, KCMLEnableDropdownPreFill, KCMLEnableModalPopups, KCMLForceChromium, KCMLGetBufferKeys, KCMLGetChromiumShimVersion, KCMLGetChromiumVersion, GetLocalTime, KCMLGetWindow, KCMLHideErrorDialogs, KCMLHookIEOCX, KCMLRemoveNotifyIcon, KCMLSetBrowserDebugPort, KCMLSetBufferKeyBreakKey, KCMLSetBufferKeyTimeout, KCMLSetBufferKeys, KCMLSetCenturyThreshold, KCMLSetChromiumAcceptLang, KCMLSetDollarConvert, KCMLSetHTMLCtrlRelativeURL, KCMLSetTitleTemplate, KCMLTouchScreenMode

Index of internal $DECLARE functions