Vcl.WinXCalendars.TCellItemViewInfo.Cell

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Cell: TPoint read FCell;

C++

__property Winapi::Windows::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.

See Also