Vcl.ComCtrls.TCommonCalendar.GetCalendarHandle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetCalendarHandle: HWND; virtual; abstract;

C++

virtual HWND __fastcall GetCalendarHandle() = 0 ;

Properties

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

Description

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