FMX.StdCtrls.TExpander.OnCheckChange

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnCheckChange: TNotifyEvent read FOnCheckChange write FOnCheckChange;

C++

__property System::Classes::TNotifyEvent OnCheckChange = {read=FOnCheckChange, write=FOnCheckChange};

Properties

Type Visibility Source Unit Parent
event published
FMX.StdCtrls.pas
FMX.StdCtrls.hpp
FMX.StdCtrls TExpander

Description

Occurs every time this expander's check box changes its state.

Write an OnCheckChange event to specify what happens every time the check box attached to this expander changes its state from True to False and vice versa.

See Also