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

TBasicActionLink.Change

Executed whenever the Action is changed.

Declaration

Source position: classesh.inc line 1690

protected procedure TBasicActionLink.Change; virtual;

Description

Change is executed whenever the action changes. It executes the OnChange handler, if one is assigned.

Component programmers may decide to override the Change procedure in descendent classes to perform aditional actions when the properties of the action changes.

See also

OnChange

  

Event handler triggered when the action's properties change

TBasicAction.Change

  

Calls the OnChange handler.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.