System.Classes.TBasicActionLink.Change

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Change; virtual;

C++

virtual void __fastcall Change();

Properties

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

Description

Generates an OnChange event.

Override the Change method in a derived class to perform actions when a change occurs in the action link.

By default, Change calls the OnChange event handler.

See Also