'KCMLSetEditorMagicMenuItemText(iIndex, pMenuItemText$)

Sets the text for an item in the editor magic menu.

Arguments

INT()iIndex[in]
STR()pMenuItemText$[in]

Returns

This function returns TRUE on success, or FALSE on failure. Returns TRUE for success; FALSE if iIndex is out of range.

Syntax

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

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

Further Information

IntroducedKCML 7.16
CompatibilityKClient

See Also

KCMLResetEditorMagicMenu

Index of internal $DECLARE functions