TiProgressComponent.SectionColor2

TiProgressComponent See Also

Specifies the Section2 color.

property SectionColor2 : TColor;

Description

Use SectionColor2 to read or change the Section2 color.

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

SectionCount > 1

SectionEnd1 < PositionMax

SectionEnd2 > SectionEnd1

Example

Delphi

iComponent.SectionColor2 := clYellow;

C++ Builder

iComponent->SectionColor2 = clYellow;

Contents | Index | Previous | Next