TiProgressComponent.SectionColor1

TiProgressComponent See Also

Specifies the Section1 color.

property SectionColor1 : TColor;

Description

Use SectionColor1 to read or change the Section1 color.

If the following conditions are not meet, Section1 will not be shown

SectionCount > 0

Example

Delphi

iComponent.SectionColor1 := clGreen;

C++ Builder

iComponent->SectionColor1 = clGreen;

Contents | Index | Previous | Next