FMX.Types.TFmxObject.DoActionChange

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoActionChange(Sender: TObject); virtual;

C++

virtual void __fastcall DoActionChange(System::TObject* Sender);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.Types.pas
FMX.Types.hpp
FMX.Types TFmxObject

Description

TBasicAction.OnChange event dispatcher.

DoActionChange is called when a TBasicAction.OnChange event occurs.

Do not call DoActionChange explicitly in an application. It is for internal use.

See Also