System.Classes.TBasicActionLink.Update

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Update: Boolean; virtual;

C++

virtual bool __fastcall Update();

Properties

Type Visibility Source Unit Parent
function public
System.Classes.pas
System.Classes.hpp
System.Classes TBasicActionLink

Description

Invokes the action's Update method.

Update calls the action's Update method and returns its result. In the TBasicActionLink class, Update calls the action's System.Classes.TBasicAction.Update method and returns True if the action has an assigned System.Classes.TBasicAction.OnUpdate event handler, False otherwise.

See Also