Vcl.WinXCalendars.TCustomCalendarView.NeedCurrentViewInfo

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function NeedCurrentViewInfo: TCalendarViewViewInfoBase;

C++

TCalendarViewViewInfoBase* __fastcall NeedCurrentViewInfo();

Properties

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

Description

Is called when the current view info is needed.

The NeedCurrentViewInfo method is called when the current view info is needed.

This method returns the current view info if it is already created. If not, it creates the new one and returns it.

See Also