TTMSFNCEditorListItemTextDrawingParams Record
Drawing parameters passed to before/after draw text events for a list item.
API unit family: TMSFNCEditorListView
Syntax
TTMSFNCEditorListItemTextDrawingParams = record
Fields and properties
| Name | Type | Description |
|---|---|---|
DrawRect |
TRectF |
Bounding rectangle of the text area within the item row. |
Text |
string |
Text string to be drawn. |
TextRect |
TRectF |
Tight rectangle around the rendered text. |