Skip to main content

TdxRangeControlDateTimeScale Class

The base class for all classes that implement date/time scales displayed by the range control.

Declaration

TdxRangeControlDateTimeScale = class(
    TcxOwnedPersistent
)

Remarks

This class provides properties that allow you to:

A TdxRangeControlDateTimeScale object is referenced by:

Note

If you are implementing a custom date/time scale, you may need to override the CeilDate, GetDateInterval, IncDate, RoundDate, and TruncDate functions in a TdxRangeControlDateTimeScale class descendant.

Inheritance

TObject
TPersistent
TcxOwnedPersistent
TdxRangeControlDateTimeScale
See Also