Vcl.ActnMan.TCustomActionBar.GetActionControl

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

Delphi

function GetActionControl(const Index: Integer): TCustomActionControl; virtual;

C++

virtual TCustomActionControl* __fastcall GetActionControl(const int Index);

プロパティ

種類 可視性 ソース ユニット
function protected
Vcl.ActnMan.pas
Vcl.ActnMan.hpp
Vcl.ActnMan TCustomActionBar


説明

指定された項目のアクションを、アクション バンドから返します。

GetActionControl は、Index パラメータによって指定された項目のアクションを、アクション バンドから返すために使用されます。

Index が有効でなかった場合、GetActionControl は nil (Delphi) または NULL (C++) を返します。