TCustomdxBarCombo.DropDown(Integer,Integer) Method
Displays a window specified by the DropDownWindow property.
Declaration
procedure DropDown(X: Integer; Y: Integer); dynamic;
Parameters
Name | Type |
---|---|
X | Integer |
Y | Integer |
Remarks
The Dropdown method activates a dropdown window. X and Y are the left top corner coordinates of the dropdown window. This function generates an OnDropDown event.
See Also