Vcl.ScreenTips.TAllocatedActions.Find

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

Delphi

function Find(const aName: string; out aIndex: Integer): Boolean;

C++

bool __fastcall Find(const System::UnicodeString aName, /* out */ int &aIndex);

プロパティ

種類 可視性 ソース ユニット
function public
Vcl.ScreenTips.pas
Vcl.ScreenTips.hpp
Vcl.ScreenTips TAllocatedActions

説明

割り当てられたアクション リスト内で、アクションを検索します。

Find を使用すると、割り当てられたアクション リスト内で、aName という名前のアクションを検索することができます。aIndex は、リスト内でのそのアクションの位置です。 このメソッドは、アクションが存在するなら True を、そうでない場合には False を返します。

関連項目