Vcl.WinXCalendars.TCalendarCellItemsViewInfo.FocusedCellIndex

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property FocusedCellIndex: Integer read GetFocusedCellIndex write SetFocusedCellIndex;

C++

__property int FocusedCellIndex = {read=GetFocusedCellIndex, write=SetFocusedCellIndex, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Vcl.WinXCalendars.pas
Vcl.WinXCalendars.hpp
Vcl.WinXCalendars TCalendarCellItemsViewInfo

Description

Specifies the index of the focused cell.

With the FocusedDate property, you can set and reset the index of the focused cell.

See Also