Vcl.WinXCtrls.TCustomActivityIndicator

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.Controls.TCustomControlVcl.Controls.TWinControlVcl.Controls.TControlSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTCustomActivityIndicator

Delphi

TCustomActivityIndicator = class(TCustomControl)

C++

class PASCALIMPLEMENTATION TCustomActivityIndicator : public Vcl::Controls::TCustomControl

Properties

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

Description

The base class for TActivityIndicator.

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

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

See Also

Sample