TAfterDrawResponsiveListItemEvent Event Type
Signature for an event raised right after an item has been drawn, allowing extra content to be painted on top.
API unit family: TMSFNCResponsiveList
Parameters
| Name | Description |
|---|---|
Sender |
Component that raises the event. |
AGraphics |
Graphics context used to draw the item. |
AItem |
Item that was drawn. |
ARect |
Rectangle occupied by the item. |