Vcl.DBLookup.TDBLookupCombo.DropDown

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DropDown; dynamic;

C++

DYNAMIC void __fastcall DropDown(void);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.DbLookup.pas
Vcl.DBLookup.hpp
Vcl.DBLookup TDBLookupCombo

Description

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

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

See Also