Vcl.ScreenTips.TAllocatedActions.Delete

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

Delphi

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

C++

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

プロパティ

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

説明

割り当てたアクションを、リストから削除します。

Delete を使用すると、aName という名前で割り当てたアクションを、削除することができます。aIndex は、リスト内でのそのアクションの位置です。

関連項目