Vcl.ComCtrls.TMonthCalendar.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 TMonthCalendar

Description

Returns the calendar control's window handle.

Use GetCalendarHandle to get the calendar control's window handle, which can be used for direct Windows API calls.