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

TBasicAction.Change

Calls the OnChange handler.

Declaration

Source position: classesh.inc line 1715

protected procedure TBasicAction.Change; virtual;

Description

Change calls the OnChange handler if one is assigned.

Application programmers should not call Change directly. It is called automatically if a property of an action component changes.

Descendent classes of TBasicAction should call explicitly call Change if one of their properties that affect client controls changes its value.

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