TBeforeDrawResponsiveListItemEvent Event Type
Signature for an event raised immediately before an item is drawn, allowing the default drawing to be replaced.
API unit family: TMSFNCResponsiveList
Parameters
| Name | Description |
|---|---|
Sender |
Component that raises the event. |
AGraphics |
Graphics context used to draw the item. |
AItem |
Item about to be drawn. |
ARect |
Rectangle occupied by the item. |
DoDefaultDraw |
Set to False to suppress the default drawing after custom drawing has been performed. |