Vcl.WinXCalendars.TCalendarCellItemsViewInfo.Calculate

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Calculate(const ASize: TSize; ADrawer: TCalendarViewDrawer; ARowCount: Integer);

C++

void __fastcall Calculate(const System::Types::TSize &ASize, TCalendarViewDrawer* ADrawer, int ARowCount);

Properties

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

Description

Creates and recreates elements of the TCalendarView grid, calculates the size of the calendar grid.

Use the Calculate method to create or recreate the elements of the TCalendarView grid, and calculate the size of the calendar grid.

See Also