Table of Contents

TTMSFNCWidgetLCDLabelCaption Class

Holds the value shown on the seven-segment display together with its formatting and the fills used for active and inactive segments.

API unit family: TMSFNCWidgetLCDLabel Inherits from: TPersistent

Syntax

TTMSFNCWidgetLCDLabelCaption = class(TPersistent)

Properties

Name Description
Fill Defines the fill used for active (lit) segments.
FillOff Defines the fill used for inactive (unlit) segments. When the fill kind is none, inactive segments are not drawn.
Format Specifies the format string used to render the numeric value.
TimeFormat Specifies the format string used to render the date/time value.
TimeValue Specifies the date/time value to display when the value type is date/time.
Value Specifies the numeric value to display when the value type is numeric.
ValueType Determines whether the numeric value or the date/time value is shown.

Events

Name Description
OnChanged Occurs whenever the value, formatting, or fills change, signaling that the owning control needs to repaint.