Vcl.WinXCalendars.TCalendarViewInfoBase.DrawChildren

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

void __fastcall DrawChildren(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 TCalendarViewInfoBase

Description

Calls the Draw method of the children.

See Also