Checks and unchecks an entry menu (as shown in the image below).
|
Syntax:
|
MnuCheck(Menu Name,True/False)
|
Parameters:
|
Menu Name is a name entry from the Entry Name column of the Menu repository. This can be any text you like. It does not show to the end user.
True/False is a Boolean True or False. True sets the check sign as on. False sets the check sign as off.
|
Returns:
|
True
|
Example:
|
In the image below,
-
MnuCheck('TestMenu','TRUE'LOG) will cause a check mark to appear.
-
MnuCheck('TestMenu','FALSE'LOG) will cause the check mark to disappear.
|
Note:
|
The Menu functions search all OS Command and Menu type menu entries in all pulldown menu structures and perform the function for all entries found.
|
Platform specific:
|
This function is not supported for mobile devices.
|
Exceptions:
|
This function is not applicable to the top level pulldown menu bar.
|
See also:
|
See also How Do I Hide/Reveal a Menu Entry?
The Online and Rich Client Samples projects (program EL08, MN03 REL08 and RMN03)
|