FMX.ActnList.TActionList.OnStateChange

From RAD Studio API Documentation

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. {{#multireplace:FMX.ActnList.TActionList.OnStateChange|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:System.Actions.TContainedActionList.OnStateChange|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:System.Actions.TContainedActionList.OnStateChange|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

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