Vcl.WinXCtrls.TActivityIndicatorColor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TActivityIndicatorColor = (aicBlack, aicWhite);

C++

enum DECLSPEC_DENUM TActivityIndicatorColor : unsigned char { aicBlack, aicWhite };

Properties

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

Description

The color of the activity indicator.

Possible values are:

  • aicBlack: The elements of the indicator are black.
  • aicWhite: The elements of the indicator are white.

See Also