[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'ActnList' (#lcl)

TShortCutList

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

A list of shortcuts (accelerator keys) for actions in an action list.

Declaration

Source position: actnlist.pas line 135

type TShortCutList = class(TStringList)

public

  function Add(); override;

  

Adds a shortcut with the specified text to the list.

  function IndexOfShortCut();

  

Gets the ordinal position in the list for the specified TShortCut class instance.

  property ShortCuts []: TShortCut; [r]

  

Provides indexed, read-only access to the TShortCut instances in the list by their ordinal position.

end;

Inheritance

TShortCutList

  

A list of shortcuts (accelerator keys) for actions in an action list.

|

TStringList

?

TObject