[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 301
type TFindItemKind = ( |
||
fkCommand, |
|
|
fkHandle, |
|
|
fkShortCut |
|
|
); |
lazarus-ccr.sourceforge.net |