FMX.Controls.Presentation.TPresentedControl.ActionChange

From RAD Studio API Documentation
Jump to: navigation, search

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

Value.Sender

ASender

Value.CheckDefaults

ACheckDefaults

See Also