ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Controls, pages and windows / Menu functions
  • Displaying a checkmark in an option associated with an image
  • Equivalence
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Positions the checkmark in front of the menu option (popup menu or drop-down menu).
Example
// Display a checkmark in front of "OPT_Option1" found in "PopupMenu1"
MenuMark(OPT_Option1)
// Equivalent to: MenuMark(PopupMenu1.OPT_Option1)
// Display a checkmark in front of "OPT_IconBar"
MenuMark(OPT_IconBar)
Syntax
MenuMark([<Window>, ] <Menu option>)
<Window>: Optional window name
Name of the window containing the menu option to mark.
If this parameter is not specified, MenuMark will handle the current window.
<Menu option>: Option name
Name of the menu option to mark. This name is defined in the description window of the menu option.
This name must be specified without quotes.
Remarks

Displaying a checkmark in an option associated with an image

If a checkmark is associated with a menu option containing an image, the image is not replaced by the checkmark.

Equivalence

This function is equivalent to the Checked property.
Component: wd290obj.dll
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help