Skip to main content

TdxSchedulerTimeScale15Minutes Class

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

Declaration

TdxSchedulerTimeScale15Minutes = class(
    TdxSchedulerCustomTimeScaleAction
)

Remarks

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

VCL Scheduler: A 15 Minute-Scale Example

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

See Also