TiLedSpiral.Style
TiLedSpiral
Specifies the style of the LED Spiral.
type TiLedSpiralStyle = (ilssProgress, ilssPointer);
property Style : TiLedSpiralStyle;
Description
Set Style to specify the style of the LED Spiral.
These are the possible values:
Value
Meaning
ilssProgress
Illuminates all LED's from position 0 to the LED located nearest or at the Position property.
ilssPointer
Illuminates only the LED located nearest or at the Position property.
Example
Delphi
iComponent.Style := ilssProgress;
C++ Builder
iComponent->Style = ilssProgress;
Contents | Index | Previous | Next