TTMSFNCEditorListItemDrawingParams Record
Drawing parameters passed to before/after draw events for a list item.
API unit family: TMSFNCEditorListView
Syntax
TTMSFNCEditorListItemDrawingParams = record
Fields and properties
| Name | Type | Description |
|---|---|---|
AccessoryRect |
TRectF |
Rectangle reserved for the item accessory area. |
DrawRect |
TRectF |
Bounding rectangle of the entire item row. |
ImageRect |
TRectF |
Rectangle reserved for the item image. |
ItemRounding |
Integer |
Corner rounding radius applied to the item background. |
NameRect |
TRectF |
Rectangle reserved for the item name text. |
NameText |
string |
Resolved name text to be drawn. |
NoteRect |
TRectF |
Rectangle reserved for the item note text. |
NoteText |
string |
Resolved note text to be drawn. |