Vcl.WinXCalendars.TCalendarViewInfoBase.DrawDefault

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DrawDefault(ACanvas: TCanvas; ADrawer: TCalendarViewDrawer; const AController: ICalendarViewController);

C++

void __fastcall DrawDefault(Vcl::Graphics::TCanvas* ACanvas, TCalendarViewDrawer* ADrawer, const _di_ICalendarViewController AController);

Properties

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

Description

Calls the Draw method with the specified position of the item.

See Also