System.Classes.TBasicAction.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 TBasicAction

Description

Generates an OnChange event.

Change is called automatically when the action's properties change. This method calls the OnChange event handler, if one is assigned.

See Also