Vcl.ActnMan.TCommandProperties.DoChanged

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoChanged; virtual;

C++

virtual void __fastcall DoChanged();

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.

See Also