FMX.ActnList.TActionList.OnStateChange

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnStateChange: TNotifyEvent read FOnStateChange write FOnStateChange;

C++

__property OnStateChange;

Properties

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

Description

Occurs after the State property's value is changed.

FMX.ActnList.TActionList.OnStateChange inherits from System.Actions.TContainedActionList.OnStateChange. All content below this line refers to System.Actions.TContainedActionList.OnStateChange.

Occurs after the State property's value is changed.

Write an OnStateChange event handler to respond after the State property's value is changed.

See Also