RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Menus.TFindItemKind Enumeration

TFindItemKind indicates the criterion to use when locating menu items.

Pascal
TFindItemKind = (
  fkCommand,
  fkHandle,
  fkShortCut
);
C++
enum TFindItemKind {
  fkCommand,
  fkHandle,
  fkShortCut
};

Menus

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) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!