RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDateTimePicker.OnDropDown Event

Occurs when the user opens the drop-down calendar by clicking the arrow at the right of the control.

Pascal
property OnDropDown: TNotifyEvent;
C++
__property TNotifyEvent OnDropDown;

Write an OnDropDown event handler to implement special processing that needs to occur only when the drop-down calendar is opened. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!