TcxSchedulerRangeControlAutoAdjustingInfo Record
Declaration
TcxSchedulerRangeControlAutoAdjustingInfo = record
Remarks
This record uses the following fields to store:
The range control’s primary scale (PrimaryScale);
The list of scales displayed on the ruler (Scales);
The lower and upper bounds of the selectable date/time range (MinRangeValue and MaxRangeValue).
The TcxSchedulerRangeControlAutoAdjustingInfo type is referenced by:
The TcxSchedulerRangeControlAutoAdjustingEvent procedural type’s AInfo parameter;
The AInfo parameter accepted by the Scheduler data range model’s DoAutoAdjustRangeControlSettings procedure.
See Also