TTMSFNCTileListDisplayItem Record
Internal paint-pass record caching the computed layout rectangles, grid position, and span of a single rendered tile.
API unit family: TMSFNCTileList
Syntax
TTMSFNCTileListDisplayItem = record
Fields and properties
| Name | Type | Description |
|---|---|---|
AbsRect |
TRectF |
Bounds of the tile relative to the whole content area, ignoring the current scroll position. |
Column |
Integer |
Zero-based column the tile starts in. |
ColumnSpan |
Integer |
Number of columns the tile occupies. |
DrawRect |
TRectF |
Bounds the tile is actually painted in after clipping and scrolling. |
Item |
TTMSFNCTileListItem |
The item this entry represents. |
PageIndex |
Integer |
Zero-based page the tile appears on. |
Rect |
TRectF |
Bounds of the tile relative to the visible page. |
Row |
Integer |
Zero-based row the tile starts in. |
RowSpan |
Integer |
Number of rows the tile occupies. |