TdxSchedulerTimeScale5Minutes Class
An action object that corresponds to the TimeScale5Minutes command provided by the Scheduler control.
Declaration
TdxSchedulerTimeScale5Minutes = class(
TdxSchedulerCustomTimeScaleAction
)
Remarks
This class does not introduce any new public members. Executing a TdxSchedulerTimeScale5Minutes
action object sets the TimeGrid View‘s time selection bar size to 5
minutes:
UI elements linked to a TdxSchedulerTimeScale5Minutes
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