Vcl.WinXCtrls.TActivityIndicator

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.WinXCtrls.TCustomActivityIndicatorVcl.Controls.TCustomControlVcl.Controls.TWinControlVcl.Controls.TControlSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTActivityIndicator

Delphi

TActivityIndicator = class(TCustomActivityIndicator)

C++

class PASCALIMPLEMENTATION TActivityIndicator : public TCustomActivityIndicator

Properties

Type Visibility Source Unit Parent
class public
Vcl.WinXCtrls.pas
Vcl.WinXCtrls.hpp
Vcl.WinXCtrls Vcl.WinXCtrls

Description

An animated rotating display indicating that the application is performing some activity.

Create the activity indicator, set the color, size and type, and set the Animate property to True to start the animation. You can modify the speed of the animation with the FrameDelay property.

See Also

Sample