System.Classes.TBasicActionLink.Update

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

Delphi

function Update: Boolean; virtual;

C++

virtual bool __fastcall Update();

プロパティ

種類 可視性 ソース ユニット
function public
System.Classes.pas
System.Classes.hpp
System.Classes TBasicActionLink

説明

アクションの Update メソッドを呼び出します。


Update はアクションの Update メソッドを呼び出し、その結果を返します。TBasicActionLink クラスでは、Update はアクションの System.Classes.TBasicAction.Update メソッドを呼び出し、アクションに System.Classes.TBasicAction.OnUpdate イベントのハンドラが割り当てられている場合は True を返し、そうでない場合は False を返します。

関連項目