Classes.TBasicAction.Change
From RAD Studio VCL Reference
Contents |
Delphi Information
From Classes.pas
procedure Change virtual;
Unit: Classes
Type: method
Visibility: protected
Member Of: TBasicAction
C++ Information
From Classes.hpp
virtual void __fastcall Change(void);
Unit: Classes
Type: method
Visibility: protected
Member Of: 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.