API:Vcl.ExtCtrls.TCustomColorBox.Select

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Select; override;

C++

DYNAMIC void __fastcall Select(void);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls TCustomColorBox

Description

Generates an OnSelect event.

Vcl.ExtCtrls.TCustomColorBox.Select inherits from Vcl.StdCtrls.TCustomCombo.Select. All content below this line refers to Vcl.StdCtrls.TCustomCombo.Select.

Generates an OnSelect event.

Select is called automatically when the selected item in the drop-down list changes. It responds by generating an OnSelect event. To perform additional processing or block the OnSelect event, override Select.

See Also