Vcl.WinXCalendars.TCellItemViewInfo.Cell
Delphi
property Cell: TPoint read FCell;
C++
__property System::Types::TPoint Cell = {read=FCell};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | Vcl.WinXCalendars.pas Vcl.WinXCalendars.hpp |
Vcl.WinXCalendars | TCellItemViewInfo |
Description
Specifies the coordinates of the certain cell as it is on the grid.
The coordinates are defined as a sequence number of the cell.
For example, the coordinates of the given date—May 3, 2016—are the following: X:0; Y:3.