'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
| Introduced | KCML 7.16 |
| Compatibility | KClient |
See Also