Vcl.ExtCtrls.TColorBox.OnSelect

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnSelect;

C++

__property OnSelect;

Properties

Type Visibility Source Unit Parent
event published
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls TColorBox

Description

Occurs when the user selects a string in the drop-down list.

Vcl.ExtCtrls.TColorBox.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.

See Also