Vcl.WinXCalendars.TCustomCalendarView.NeedDrawer

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function NeedDrawer: TCalendarViewDrawer;

C++

TCalendarViewDrawer* __fastcall NeedDrawer();

Properties

Type Visibility Source Unit Parent
function protected
Vcl.WinXCalendars.pas
Vcl.WinXCalendars.hpp
Vcl.WinXCalendars TCustomCalendarView

Description

Is called when the drawer is needed.

The NeedDrawer method is called when the drawer is needed.

NeedDrawer returns the drawer in case it is already created. If not, it creates the new one and returns it.

See Also