Table of Contents

TTMSFNCBloxSelectorDisplayItem Record

Describes the computed layout of a single item: its rectangles within the control, the item it represents, and its grid position.

API unit family: TMSFNCBloxSelector

Syntax

TTMSFNCBloxSelectorDisplayItem = record

Fields and properties

Name Type Description
AbsRect TRectF The item rectangle in absolute content coordinates, ignoring the scroll offset.
Column Integer The grid column, row, column span, and row span occupied by the item.
ColumnSpan Integer The grid column, row, column span, and row span occupied by the item.
Item TTMSFNCBloxSelectorItem The item that this layout entry represents.
PageIndex Integer Zero-based index of the page the item is laid out on.
Rect TRectF The item rectangle in control coordinates, including the scroll offset.
Row Integer The grid column, row, column span, and row span occupied by the item.
RowSpan Integer The grid column, row, column span, and row span occupied by the item.