RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBComboBox.DropDown Method

Generates an OnDropDown event.

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

DropDown is called automatically when the DroppedDown property changes to true. It responds by generating an OnDropDown event. To perform additional processing or block the OnDropDown event, override DropDown. 

 

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