TTMSFNCSpinnerBeforeDrawColumnItemEvent Event Type
Event fired before an individual column item is drawn.
API unit family: TMSFNCSpinner
Parameters
| Name | Description |
|---|---|
Sender |
Spinner that raised the event. |
AGraphics |
Graphics context used for drawing. |
APoint |
Text origin for the item being drawn. |
AColumnIndex |
Zero-based index of the column containing the item. |
AItemText |
Text of the item being drawn. |
ADefaultDraw |
Set to False to replace the default item drawing. |