RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomCombo.DropDown Method

Generates an OnDropDown event.

Pascal
procedure DropDown; dynamic;
C++
__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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!