TiProgressComponent.ShowOffSegments
TiProgressComponent
Specifies whether inactive segments are shown.
property ShowOffSegments : Boolean;
Description
Use ShowOffSegments to specify whether inactive segments are shown. When
ShowOffSegments is FALSE, inactive segments are not shown. When ShowOffSegments is
TRUE, inactive segments are shown dimmed.
Example
Delphi
iComponent.ShowOffSegments := True;
C++ Builder
iComponent->ShowOffSegments = True;
Contents | Index | Previous | Next