[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
TShortCutList - a list of shortcuts for actions in an ActionList.
Source position: actnlist.pas line 135
type TShortCutList = class(TStringList) |
||
public |
||
function Add(); override; |
|
Add a shortcut with the specified text to the list. |
function IndexOfShortCut(); |
|
The index number of the shortcut in the list. |
property ShortCuts []: TShortCut; [r] |
|
The indexed list of short cuts. |
end; |
|
TShortCutList - a list of shortcuts for actions in an ActionList. |
|
| | ||
TStringList |
||
? | ||
TObject |