Vcl.WinXCalendars.TBaseCalendarAnimation.Animate

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Animate(ACurrent: Cardinal); virtual; abstract;

C++

virtual void __fastcall Animate(unsigned ACurrent) = 0 ;

Properties

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

Description

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