TTMSFNCTileListRecalcItem Record
Internal layout-calculation record holding the computed position and span of a tile during the grid recalculation pass.
API unit family: TMSFNCTileList
Syntax
TTMSFNCTileListRecalcItem = record
Fields and properties
| Name | Type | Description |
|---|---|---|
Column |
Integer |
Zero-based column assigned to the tile. |
ColumnSpan |
Integer |
Number of columns the tile occupies. |
ItemIndex |
Integer |
Index of the item in the list the layout entry was computed for. |
PageIndex |
Integer |
Zero-based page the tile was assigned to. |
Rect |
TRectF |
Bounds computed for the tile during layout. |
Row |
Integer |
Zero-based row assigned to the tile. |
RowSpan |
Integer |
Number of rows the tile occupies. |