API:Vcl.WinXCalendars.TSlideCalendarAnimation

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.WinXCalendars.TBaseCalendarAnimationSystem.TObjectTSlideCalendarAnimation

Delphi

TSlideCalendarAnimation = class(TBaseCalendarAnimation)

C++

class PASCALIMPLEMENTATION TSlideCalendarAnimation : public TBaseCalendarAnimation

Properties

Type Visibility Source Unit Parent
class public
Vcl.WinXCalendars.pas
Vcl.WinXCalendars.hpp
Vcl.WinXCalendars Vcl.WinXCalendars

Description

Base class that specifies the calendar animation.

Vcl.WinXCalendars.TSlideCalendarAnimation inherits from Vcl.WinXCalendars.TBaseCalendarAnimation. All content below this line refers to Vcl.WinXCalendars.TBaseCalendarAnimation.


Base class that specifies the calendar animation.

With the TBaseCalendarAnimation class, you can specify the following animation parameters:

  • The milliseconds an animation takes to complete with the Duration property.
  • The interval in which the animation steps appear with the Interval property.

See Also