FMX.ActnList.TAction.OnUpdate

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnUpdate: TNotifyEvent read FOnUpdate write FOnUpdate;

C++

__property OnUpdate;

Properties

Type Visibility Source Unit Parent
event published
FMX.ActnList.pas
FMX.ActnList.hpp
FMX.ActnList TAction

Description

Occurs when the application is idle or when the action list updates.

FMX.ActnList.TAction.OnUpdate inherits from System.Classes.TBasicAction.OnUpdate. All content below this line refers to System.Classes.TBasicAction.OnUpdate.

Occurs when the application is idle or when the action list updates.

Write an OnUpdate event handler to execute centralized code while an application is idle. For example, actions may want to update enabling and disabling, or checking and unchecking of client targets.

See Also

Code Examples