FMX.Types.TFmxObject.ActionChange
Delphi
procedure ActionChange(Sender: TBasicAction; CheckDefaults: Boolean); virtual;
C++
virtual void __fastcall ActionChange(System::Classes::TBasicAction* Sender, bool CheckDefaults);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
protected | FMX.Types.pas FMX.Types.hpp |
FMX.Types | TFmxObject |
Description
Specifies the behavior of a TFmxObject object when Action changes.
By default, ActionChange does nothing.
In descendant classes, for example in descendants of TControl, to customize the behavior of a control when Action changes, override TControl.ActionChange.
Do not call ActionChange explicitly in an application. It is for internal use.