Vcl.ActnMan.TCommandProperties.DoChanged
Delphi
procedure DoChanged; virtual;
C++
virtual void __fastcall DoChanged(void);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
protected | Vcl.ActnMan.pas Vcl.ActnMan.hpp |
Vcl.ActnMan | TCommandProperties |
Description
DoChanged triggers the OnChange event.
DoChanged is called whenever the state of the TCommandProperties instance is changed. DoChanged simply calls the user supplied OnChange event, otherwise nothing happens.