RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBLookupComboBox.DropDown Method

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

Pascal
procedure DropDown; virtual;
C++
virtual __fastcall DropDown();

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

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!