API:Vcl.ActnList.TCustomAction.Execute

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

Delphi

function Execute: Boolean; override;

C++

DYNAMIC bool __fastcall Execute();

プロパティ

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

説明

OnExecute イベントを発生させます。

Vcl.ActnList.TCustomAction.Execute は System.Classes.TBasicAction.Execute を継承しています。以下の内容はすべて System.Classes.TBasicAction.Execute を参照しています。


OnExecute イベントを発生させます。


Execute では、OnExecute イベントのハンドラが割り当てられている場合、それを呼び出します。Execute は、イベント ハンドラが呼び出された場合は True を返し、そうでない場合は False を返します。

関連項目