Vcl.ScreenTips.TAllocatedActions.AddAction

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

Delphi

procedure AddAction(const aName: string; aScreenTipItem: TObject);

C++

void __fastcall AddAction(const System::UnicodeString aName, System::TObject* aScreenTipItem);

プロパティ

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

説明

アクションをリストに追加します。

AddAction を使用すると、アクションを、特定の名前(aName)と特定の画面ヒント(aScreenTipItem)と共に、リストに追加することができます。

関連項目