Vcl.WinXCalendars.TCustomCalendarView.CanSetDisplayDate

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function CanSetDisplayDate(const Date: TDate): Boolean;

C++

bool __fastcall CanSetDisplayDate(const System::TDate Date);

Properties

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

Description

Verifies whether the date is within the FirstYear and LastYear range if they are defined.

See Also