TTMSFNCWidgetArrowAfterDrawLcdLabelEvent Event Type
Occurs after the seven-segment value is drawn, allowing additional custom rendering on top of the displayed value.
API unit family: TMSFNCWidgetLCDLabel
Parameters
| Name | Description |
|---|---|
Sender |
The control that triggers the event. |
AGraphics |
The graphics surface to draw on. |
R |
The rectangle in which the value was drawn. |
ValueType |
Indicates whether a numeric or date/time value is shown. |
Format |
The numeric format string applied when displaying a numeric value. |
TimeFormat |
The date/time format string applied when displaying a date/time value. |
Value |
The numeric value that was displayed. |
TimeValue |
The date/time value that was displayed. |
AFill |
The fill used for active (lit) segments. |
FillOff |
The fill used for inactive (unlit) segments. |