[Overview][Constants][Types][Classes][Procedures and functions][Variables] Reference for unit 'Classes' (#rtl)

TBasicActionLink.Update

Calls the action's Update method

Declaration

Source position: classesh.inc line 1393

public function TBasicActionLink.Update: Boolean; virtual;

Description

Updatecalls the associated Action's Updatemethoda.

Component programmers can override the Updatemethod to provide additional processing when the Updatemethod occurs.