Vcl.WinXCalendars.TCalendarCellItemsViewInfo.FocusedCell

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property FocusedCell: TPoint read GetFocusedCell write SetFocusedCell;

C++

__property System::Types::TPoint FocusedCell = {read=GetFocusedCell, write=SetFocusedCell};

Properties

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

Description

Specifies the Cell Item View Info of the focused cell.

See Also