TiProgressComponent.SectionEnd2
TiProgressComponent See Also
Specifies the end value for Section2.
property SectionEnd2 : Double;
Description
Use SectionEnd2 to set the end value for Section2. SectionEnd2 should be a
value between PositionMin and PositionMax and greater than SectionEnd1.
Example
Delphi
iComponent.SectionEnd2 := 75;
C++ Builder
iComponent->SectionEnd2 = 75;
Contents | Index | Previous | Next