Skip to main content
A newer version of this page is available. .

TcxCustomDropDownEdit.DropDown Method

Opens the popup window and generates the TcxCustomDropDownEditProperties.OnInitPopup and TcxCustomDropDownEditProperties.OnPopup events.

Declaration

procedure DropDown; virtual;

Remarks

This procedure is for internal use only. To open the popup window, set the DroppedDown property to True instead. This will internally call the DropDown procedure.

Note

The popup window is opened only if the CanDropDown function returns True.

See Also