Vcl.Menus.TFindItemKind

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TFindItemKind = (fkCommand, fkHandle, fkShortCut);

C++

enum DECLSPEC_DENUM TFindItemKind : unsigned char { fkCommand, fkHandle, fkShortCut };

Properties

Type Visibility Source Unit Parent
enum public
Vcl.Menus.pas
Vcl.Menus.hpp
Vcl.Menus Vcl.Menus

Description

TFindItemKind indicates the criterion to use when locating menu items.

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.