vcl-dxrangecontrol-37ea80b4.md
A predefined scale employed by the Date/Time Header and Scheduler data range selection and visualization models.
TdxRangeControlPredefinedDateHeaderScale = class(
TdxRangeControlPredefinedDateTimeScale
)
This class provides the GetDefaultDisplayText and GetDisplayText functions overriding the corresponding virtual functions introduced in ancestor classes. These functions implement the automatic scale label formatting functionality provided by the Date/Time Header and Scheduler data range models.
A TdxRangeControlPredefinedDateHeaderScale object is referenced by:
The Scales.Day, Scales.Hour, Scales.Minute, Scales.Month, Scales.Quarter, Scales.Week, and Scales.Year properties provided by the Date/Time Header and Scheduler data range models;
The Scales.GetScale, Scales.RegisterScale, and Scales.UnRegisterScale methods provided by the same data range models.
To access the Date/Time Header scale-specific members, cast a TdxRangeControlDateTimeScale object to the TdxRangeControlPredefinedDateHeaderScale class.
TObject TPersistent TcxOwnedPersistent TdxRangeControlDateTimeScale TdxRangeControlPredefinedDateTimeScale TdxRangeControlPredefinedDateHeaderScale
See Also
TdxRangeControlPredefinedDateTimeScale