API:Vcl.WinXCtrls.TActivityIndicator.IndicatorColor

Aus RAD Studio API Documentation

Delphi

property IndicatorColor: TActivityIndicatorColor read FIndicatorColor write SetIndicatorColor default 0;

C++

__property IndicatorColor = {default=0};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property published
Vcl.WinXCtrls.pas
Vcl.WinXCtrls.hpp
Vcl.WinXCtrls TActivityIndicator

Beschreibung

Die Farbe des Aktivitätsindikators. {{#multireplace:Vcl.WinXCtrls.TActivityIndicator.IndicatorColor|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} erbt von {{#multireplace:Vcl.WinXCtrls.TCustomActivityIndicator.IndicatorColor|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. Der folgende Inhalt bezieht sich auf {{#multireplace:Vcl.WinXCtrls.TCustomActivityIndicator.IndicatorColor|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

Die Farbe des Aktivitätsindikators.

Mögliche Werte:

  • aicBlack: Standard. Die Elemente des Indikators sind schwarz.
  • aicWhite: Die Elemente des Indikators sind weiß.

Siehe auch