Vcl.ComCtrls.TDateTimePicker.GetCalendarHandle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetCalendarHandle: HWND; override;

C++

virtual HWND __fastcall GetCalendarHandle();

Properties

Type Visibility Source Unit Parent
function protected
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TDateTimePicker

Description

Returns the calendar control's window handle.

Vcl.ComCtrls.TDateTimePicker.GetCalendarHandle inherits from Vcl.ComCtrls.TCommonCalendar.GetCalendarHandle. All content below this line refers to Vcl.ComCtrls.TCommonCalendar.GetCalendarHandle.

Returns the calendar control's window handle.

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

See Also