Vcl.StdCtrls.TCustomCombo.Select

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Select; dynamic;

C++

DYNAMIC void __fastcall Select();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.StdCtrls.pas
Vcl.StdCtrls.hpp
Vcl.StdCtrls TCustomCombo

Description

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