Vcl.DBCtrls.TCustomDBLookupComboBox.DropDown

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DropDown; virtual;

C++

virtual void __fastcall DropDown();

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.DBCtrls.pas
Vcl.DBCtrls.hpp
Vcl.DBCtrls TCustomDBLookupComboBox

Description

Opens or "drops down" the lookup list so that the user can choose a lookup value.

Call DropDown to programmatically open the lookup list. Before the list is displayed, an OnDropDown event is generated.

See Also