Vcl.WinXCalendars.TZoomCalendarAnimation.Animate

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Animate(ACurrent: Cardinal); override;

C++

virtual void __fastcall Animate(unsigned ACurrent);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.WinXCalendars.pas
Vcl.WinXCalendars.hpp
Vcl.WinXCalendars TZoomCalendarAnimation

Description

Introduces an abstract (Delphi) or pure virtual (C++) method to run the animation.

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

Introduces an abstract (Delphi) or pure virtual (C++) method to run the animation.

Descendants of TBaseCalendarAnimation implement the Animate method to run the animation.

See Also