Vcl.WinXCalendars.TCalendarViewViewInfoBase.AnimateAndSet

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure AnimateAndSet(AForward: Boolean; ADisableStates: Boolean; APrevStartDate: TDate; ANewStartDate: TDate;  ANewActualDate: TDate);

C++

void __fastcall AnimateAndSet(bool AForward, bool ADisableStates, System::TDate APrevStartDate, System::TDate ANewStartDate, System::TDate ANewActualDate);

Properties

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

Description

Runs the date changing animation.

When the animation finishes, AnimateAndSet sets the new date.

See Also