RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDateTimePicker.GetCalendarHandle Method

Returns the calendar control's window handle.

Pascal
function GetCalendarHandle: HWND; override;
C++
virtual __fastcall HWND GetCalendarHandle();

GetCalendarHandle is the protected read implementation of the CalendarHandle property. For TCommonCalendar, this is an abstract method. It must be implemented in descendant classes. 

 

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