TTMSFNCTimelineDivisionFormat Class
Format strings applied to division-tick labels for each supported range type.
API unit family: TMSFNCTimeline
Inherits from: TPersistent
Syntax
TTMSFNCTimelineDivisionFormat = class(TPersistent)
Properties
| Name | Description |
|---|---|
| DayFormat | Format string for tick labels when RangeType is tlrDay. |
| HourFormat | Format string for tick labels when RangeType is tlrHour. |
| MilliSecondFormat | Format string for tick labels when RangeType is tlrMilliSecond. |
| MinuteFormat | Format string for tick labels when RangeType is tlrMinute. |
| MonthFormat | Format string for tick labels when RangeType is tlrMonth. |
| SecondFormat | Format string for tick labels when RangeType is tlrSecond. |
| ValueFormat | Format string for numeric tick labels when RangeType is tlrValue. |
| YearFormat | Format string for tick labels when RangeType is tlrYear. |
Events
| Name | Description |
|---|---|
| OnChanged | Occurs after the related timeline state changes. |