[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Gets the ordinal position in the list for the specified TShortCut class instance.
Source position: actnlist.pas line 140
public function TShortCutList.IndexOfShortCut( |
const Shortcut: TShortCut |
):Integer; |
Shortcut |
|
TShortCut instance to locate in the list. |
Ordinal position in the list for the specified shortcut, or -1 when not found.
Compares the values in the Objects property to the class instance specified in ShortCut. The return value is the ordinal position in the list where the class instance was found, or -1 if a match was not found.
Version 4.0 | Generated 2025-05-03 | Home |