TiProgressComponent.SectionCount
TiProgressComponent See Also
Specifies the number of color sections.
property SectionCount : Integer;
Description
Use SectionCount to set the number of color sections. Set to 0 for no color
sections. Maximum number of sections is 3.
Example
Delphi
iComponent.SectionCount := 3;
C++ Builder
iComponent->SectionCount = 3;
Contents | Index | Previous | Next