FMX.Controls.Presentation.TPresentedControl.ActionChange
Delphi
procedure ActionChange(ASender: TBasicAction; ACheckDefaults: Boolean); override;
C++
virtual void __fastcall ActionChange(System::Classes::TBasicAction* ASender, bool ACheckDefaults);
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| procedure function | protected | FMX.Controls.Presentation.pas FMX.Controls.Presentation.hpp | FMX.Controls.Presentation | TPresentedControl | 
Description
Sends a message to the presentation layer of the presentation proxy when the Action property changes.
The presentation layer receives a message with PM_ACTION_CHANGE as MsgID and an instance of TActionInfo as Value with the following data:
| Property | Data | 
|---|---|
| 
 | |
| 
 | 
See Also
- FMX.Controls.TControl.ActionChange
- FMX.Controls.Presentation.TPresentedControl.PresentationProxy
- FMX.Presentation.Messages.TMessageSender.SendMessage