Vcl.WinXCalendars.TSlideCalendarAnimation.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 TSlideCalendarAnimation

Description

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

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

See Also