TFindItemKind indicates the criterion to use when locating menu items.
TFindItemKind = ( fkCommand, fkHandle, fkShortCut );
enum TFindItemKind { fkCommand, fkHandle, fkShortCut };
TFindItemKind values indicate the criterion to use when locating a menu item. The following table gives the possible values:
Value |
Meaning |
fkID |
Identify the item by its Windows command ID (parameter to WM_COMMAND message). |
fkHandle |
Identify the item by its pop-up menu handle. |
fkShortCut |
Identify the item by its menu shortcut key code. |
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|