Skip to main content

TdxBarDateCombo.DropDown(Integer,Integer) Method

Displays a dropdown calendar.

Declaration

procedure DropDown(X: Integer; Y: Integer); override;

Parameters

Name Type
X Integer
Y Integer

Remarks

Used to initialize calendar parameters and to display a dropdown calendar. The X and Y parameters specify the left top corner coordinates of the calendar window. This procedure is called only if DockingStyle of the parent bar control is not dsRight or dsLeft.

See Also