API:System.Actions.TCustomShortCutList.IndexOfShortCut

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

function IndexOfShortCut(const ShortCut: System.Classes.TShortCut): Integer; overload;
function IndexOfShortCut(const ShortCut: string): Integer; overload;

C++

int __fastcall IndexOfShortCut(const System::Classes::TShortCut ShortCut)/* overload */;
int __fastcall IndexOfShortCut(const System::UnicodeString ShortCut)/* overload */;

プロパティ

種類 可視性 ソース ユニット
function public
System.Actions.pas
System.Actions.hpp
System.Actions TCustomShortCutList

説明

このトピックには現在ドキュメントが存在しません。「ノート」を利用してこのトピックの改良について話しあうことができます。