[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Provides indexed, read-only access to the TShortCut instances in the list by their ordinal position.
Source position: actnlist.pas line 141
public property TShortCutList.ShortCuts[Index: Integer] : TShortCut |
ShortCuts is an indexed, read-only TShortCut property which allows access to the shortcut classes in the list by their ordinal position. The property value contains the value from the Objects property at the position specified in Index cast to the TShortCut type.
Use the Add, Delete, or Clear methods to maintain the text and TShortCut instances in the list.
|
Adds a shortcut with the specified text to the list. |
|
Version 4.0 | Generated 2025-05-03 | Home |