API:Vcl.StdCtrls.TComboBox.OnSelect
Delphi
property OnSelect;
C++
__property OnSelect;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| event | published | Vcl.StdCtrls.pas Vcl.StdCtrls.hpp |
Vcl.StdCtrls | TComboBox |
Description
Occurs when the user selects a string in the drop-down list.
Vcl.StdCtrls.TComboBox.OnSelect inherits from Vcl.StdCtrls.TCustomCombo.OnSelect. All content below this line refers to Vcl.StdCtrls.TCustomCombo.OnSelect.
Occurs when the user selects a string in the drop-down list.
Write an OnSelect event handler to respond when the user changes the selected item in the drop-down list. OnSelect occurs after the selection has changed and the Text property reflects the new item.