Vcl.WinXCalendars.TBaseCalendarAnimation.IsStarted

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property IsStarted: Boolean read FIsStarted write FIsStarted;

C++

__property bool IsStarted = {read=FIsStarted, write=FIsStarted, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Vcl.WinXCalendars.pas
Vcl.WinXCalendars.hpp
Vcl.WinXCalendars TBaseCalendarAnimation

Description

Indicates whether the animation is in process.

See Also