FMX.ApplicationEvents.TApplicationEvents.OnActionUpdate

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnActionUpdate: TActionEvent read FOnActionUpdate write SetOnActionUpdate;

C++

__property System::Classes::TActionEvent OnActionUpdate = {read=FOnActionUpdate, write=SetOnActionUpdate};

Properties

Type Visibility Source Unit Parent
event published
FMX.ApplicationEvents.pas
FMX.ApplicationEvents.hpp
FMX.ApplicationEvents TApplicationEvents

Description

Occurs when an action's Update method is called and the action list has not already handled it.

This property passes the handler directly to the Application. If using multiple instances of TApplicationEvents, then only one handler set last will work.