Skip to main content

TdxSchedulerTimeScale10Minutes Class

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

Declaration

TdxSchedulerTimeScale10Minutes = class(
    TdxSchedulerCustomTimeScaleAction
)

Remarks

This class does not introduce any new public members. Executing a TdxSchedulerTimeScale10Minutes action object sets the TimeGrid View‘s time selection bar size to 10 minutes:

VCL Scheduler: A 10 Minute-Scale Example

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

See Also