Vcl.WinXCalendars.TZoomCalendarAnimation.DoPrepare

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoPrepare; override;

C++

virtual void __fastcall DoPrepare();

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 prepare internal parameters for the animation.

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

Introduces an abstract (Delphi) or pure virtual (C++) method to prepare internal parameters for the animation.

Descendants of TBaseCalendarAnimation implement the DoPrepare method to prepare any internal parameters for the animation.

See Also