'KCMLDlgMessageBox(sText$, sCaption$, uType)

Display a message box.

Deprecated

This function is deprecated and may be removed in a future release.

KClient now intercepts a plain 'MessageBox declare and provides a correct parent window handle making this declare redundant.

Arguments

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 'KCMLDlgMessageBox(STR(), STR(), INT())

Further Information

IntroducedKCML 6.00
CompatibilityKClient

See Also

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

Index of internal $DECLARE functions