Show: Delphi
C++
Display Preferences
FMX.Types.TStyledControl.ActionChange
From XE2 API Documentation
Delphi
procedure ActionChange(Sender: TObject; CheckDefaults: Boolean); virtual;
C++
virtual void __fastcall ActionChange(System::TObject* Sender, bool CheckDefaults);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
procedure function |
protected | FMX.Types.pas FMX.Types.hpp |
FMX.Types | TStyledControl |
Description
Specifies the behavior of a TStyledControl when Action changes.
By default, ActionChange does nothing. To customize the behavior of a TStyledControl control when Action changes, override ActionChange.
Do not call ActionChange explicitly in an application. It is for internal use.