FMX.Calendar.Style.TStyledCalendar.UpdateWeeksDaysItemHeight

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure UpdateWeeksDaysItemHeight;

C++

void __fastcall UpdateWeeksDaysItemHeight();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.Calendar.Style.pas
FMX.Calendar.Style.hpp
FMX.Calendar.Style TStyledCalendar

Description

Updates the height of the items in Days and Weeks.

UpdateWeeksDaysItemHeight updates the ItemHeight property in Days, and the ItemHeight property in Weeks to distribute the days according to the dimensions of the calendar.

The height of the items needs to be updated in the case of Styled calendars; this is not required for Platform calendars. See the ControlType property for further details.

See Also