[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
TFindItemKind - enumerated type for kind of item in search operation: a command, a handle or a shortcut.
Source position: menus.pp line 360
type TFindItemKind = ( |
||
fkCommand, |
|
Checks the Command property in a menu item. |
fkHandle, |
|
Checks the Handle property in a menu item. |
fkShortCut |
|
Checks the ShortCut property in a menu item. |
); |
TFindItemKind is an enumeration type with values that indicate the property examined to find a menu item with a specified value. A value from the enumeration is passed as an argument to the TMenu.FindItem method.
|
Gets the menu item with the specified value in a given property. |
Version 4.0 | Generated 2025-05-03 | Home |