'KCMLForceChromium(force)

Arguments

INT()force[in]

Returns

This function returns TRUE on success, or FALSE on failure.

Syntax

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

$DECLARE 'KCMLForceChromium(INT())

Remarks

Calling this function with an argument of 'TRUE' forces the use of the Chromium Embedded web control for all HTML controls regardless of the HTMLLevel property. If Chromium Embedded is not installed the function returns FALSE and the Internet Explorer control will continue to be used.

Calling the function with 'FALSE' restores the default behaviour. Any HTML controls that exist before calling 'KCMLForceChromium are not affected by it.

Example

	LOCAL DIM UsingChromium
	UsingChromium = 'KCMLForceChromium(TRUE)

Further Information

IntroducedKCML 7.14
CompatibilityKClient

See Also

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

Index of internal $DECLARE functions