Vcl.WinXCalendars.TBaseCalendarAnimation

From RAD Studio API Documentation
Jump to: navigation, search

System.TObjectTBaseCalendarAnimation

Delphi

TBaseCalendarAnimation = class

C++

class PASCALIMPLEMENTATION TBaseCalendarAnimation : public System::TObject

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.

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