Vcl.WinXCalendars.TCellYearInfo.ItemIsCurrent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function ItemIsCurrent: Boolean; override;

C++

virtual bool __fastcall ItemIsCurrent();

Properties

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

Description

Shows what item is current.

Vcl.WinXCalendars.TCellYearInfo.ItemIsCurrent inherits from Vcl.WinXCalendars.TCellItemViewInfo.ItemIsCurrent. All content below this line refers to Vcl.WinXCalendars.TCellItemViewInfo.ItemIsCurrent.

Shows what item is current.

  • In the month view, it returns True if the day is current.
  • In the year view, it returns True if the month is current.
  • In the decade view, it returns True if the year is current.

See Also