Vcl.ScreenTips.TAllocatedActions.Exists

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

Delphi

function Exists(const aName: string): Boolean;

C++

bool __fastcall Exists(const System::UnicodeString aName);

プロパティ

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

説明

アクションが、割り当てられたアクション リスト内に存在するかどうかを示します。

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

関連項目