FMX.ListBox.TComboBox.OnChange

From RAD Studio API Documentation
Jump to: navigation, search

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 TComboBox

Description

Occurs when the selected item in the combo box changes.

FMX.ListBox.TComboBox.OnChange inherits from FMX.ListBox.TCustomComboBox.OnChange. All content below this line refers to FMX.ListBox.TCustomComboBox.OnChange.

Occurs when the selected item in the combo box changes.

Write an OnChange event handler to take specific action immediately after a new item is selected from the list.

See Also