FMX.ListBox.TListBoxItem.OnChangeCheck
Delphi
property OnChangeCheck: TNotifyEvent read FOnChangeCheck write FOnChangeCheck;
C++
__property System::Classes::TNotifyEvent OnChangeCheck = {read=FOnChangeCheck, write=FOnChangeCheck};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| event | published | FMX.ListBox.pas FMX.ListBox.hpp |
FMX.ListBox | TListBoxItem |
Description
Occurs when the checked state of a TListBoxItem changes.
This event triggers when an item has the Check property set to True (making it display a checkbox) and the user marks or unmarks the checkbox.