Vcl.WinXCalendars.TCalendarDaysOfWeekViewInfo.Draw

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Draw(const APosition: TPoint; ACanvas: TCanvas; ADrawer: TCalendarViewDrawer;
const AController: ICalendarViewController); override;

C++

virtual void __fastcall Draw(const System::Types::TPoint &APosition, 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 TCalendarDaysOfWeekViewInfo

Description

Draws the labels of the days of the week.

See Also