Vcl.Samples.Calendar.TCalendar.UpdateCalendar

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure UpdateCalendar; virtual;

C++

virtual void __fastcall UpdateCalendar();

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.Samples.Calendar.pas
Vcl.Samples.Calendar.hpp
Vcl.Samples.Calendar TCalendar

Description

Internally used method that updates the graphical view of the calendar.

The UpdateCalendar method is internally used to update the graphical view of the calendar according to the Month, Day, and Year.

See Also