Vcl.WinXCalendars.TBaseCalendarAnimation.DoPrepare

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoPrepare; virtual; abstract;

C++

virtual void __fastcall DoPrepare() = 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 prepare internal parameters for the animation.

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

See Also