TdxSchedulerTimeScale60Minutes Class
An action object that corresponds to the TimeScale60Minutes command provided by the Scheduler control.
Declaration
TdxSchedulerTimeScale60Minutes = class(
TdxSchedulerCustomTimeScaleAction
)
Remarks
This class does not introduce any new public members. Executing a TdxSchedulerTimeScale60Minutes
action object sets the TimeGrid View‘s time selection bar size to 60
minutes:
UI elements linked to a TdxSchedulerTimeScale60Minutes
action object are enabled only if the following conditions are met:
- The Scheduler control has an assigned persistent manager component (i.e., the control’s Storage property value is not set to
nil
(in Delphi) ornullptr
(in C++Builder)). - The TimeGrid View is currently displayed in the scheduling area (i.e., the control’s CurrentView property is set to TcxSchedulerTimeGridView).
Inheritance
See Also