FMX.ListBox.TComboBox.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 | TComboBox |
Description
Occurs when the selected item in the combo box changes. {{#multireplace:FMX.ListBox.TComboBox.OnChange|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:FMX.ListBox.TCustomComboBox.OnChange|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:FMX.ListBox.TCustomComboBox.OnChange|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.
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.