FMX.ListBox.TListBox.OnChange
Delphi
property OnChange: TNotifyEvent read FOnChange write FOnChange;
C++
__property OnChange;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
event | published | FMX.ListBox.pas FMX.ListBox.hpp |
FMX.ListBox | TListBox |
Description
Occurs when the selection in the list box changes.
FMX.ListBox.TListBox.OnChange inherits from FMX.ListBox.TCustomListBox.OnChange. All content below this line refers to FMX.ListBox.TCustomListBox.OnChange.
Occurs when the selection in the list box changes.
Write an OnChange event handler to take specific action immediately after a new item or items are selected in the list box.