Vcl.WinXCalendars.TCalendarViewDrawer.DrawCalendarPicker

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DrawCalendarPicker(ADrawParams: TDrawParams; ACanvas: TCanvas; ACalendarPicker:  TCustomCalendarPicker; ABorderSize, AIconSize: Integer); virtual; abstract;

C++

virtual void __fastcall DrawCalendarPicker(TDrawParams* ADrawParams, Vcl::Graphics::TCanvas* ACanvas, TCustomCalendarPicker* ACalendarPicker, int ABorderSize, int AIconSize) = 0 ;

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.WinXCalendars.pas
Vcl.WinXCalendars.hpp
Vcl.WinXCalendars TCalendarViewDrawer

Description

Draws the items for TCalendarView.

See Also