Vcl.WinXCalendars.TCalendarViewYearlyViewInfo.FocusCell

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure FocusCell(ADirection: TFocusDirection; AController: ICalendarViewController); override;

C++

virtual void __fastcall FocusCell(TFocusDirection ADirection, _di_ICalendarViewController AController);

Properties

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

Description

Calculates the new focused cell, depending on the direction parameter.

Vcl.WinXCalendars.TCalendarViewYearlyViewInfo.FocusCell inherits from Vcl.WinXCalendars.TCalendarViewViewInfoBase.FocusCell. All content below this line refers to Vcl.WinXCalendars.TCalendarViewViewInfoBase.FocusCell.

Calculates the new focused cell, depending on the direction parameter.

See Also