TcxCustomDropDownEdit.DropDown Method
In This Article
Invokes the editor’s drop-down window.
#Declaration
Delphi
procedure DropDown; virtual;
#Remarks
Call DropDown
and CloseUp procedures to invoke and close the drop-down window if CanDropDown and CanHide functions return True
. Alternatively, you can set the DroppedDown property to True
or False
, respectively.
The DropDown
procedure invokes the drop-down window form accessible through the PopupWindow property and raises Properties.OnInitPopup and Properties.OnPopup events.
See Also