Skip to main content

TdxSchedulerWorkTimeOnly Class

An action object that corresponds to the WorkTimeOnly command provided by the Scheduler control.

Declaration

TdxSchedulerWorkTimeOnly = class(
    TdxSchedulerAction
)

Remarks

This class does not introduce any new public members. Executing a TdxSchedulerWorkTimeOnly action object displays/hides non-working hours on a time scale in the control’s scheduling area.

VCL Scheduler: Work Time Only

UI elements linked to a TdxSchedulerWorkTimeOnly action object are enabled only if the following conditions are met:

  • The Scheduler control’s Storage property is assigned a persistence manager component.
  • The Day View or TimeGrid View is currently displayed in the control’s scheduling area.
See Also