LedGroup: A Component wich groups DigitLed components, allowing to create
          a full led panel.

TLedGroup Facts:
~~~~~~~~~~~~~~~~
- Descedent of TCustomGroup.
- New properties:
    property MaxDigits: Byte       // Maximun number of digits.
    property Caption  : String     // text of the leds.
    property CommaPos : Byte       // Digit wich holds the comma delimiter.
    property OnColor  : TColor     // Color of the panel when turned on.
    property OffColor : TColor     // Color of the panel when turned off.
    property Color    : TColor     // Color for the background.

Note:
~~~~~
You can access each character accessing the component array inside the
group, like TDigitLed(LedGroup.Componens[n]).segments:=[...]

That's my first important component, so, I'll appreciate any suggestion
or bug report that you can send me, at least, send me a few lines letting me
know that you use my component.
                                         bye

Martn 'mc' Cativa Gronda
e-mail: moonred@satlink.com
ICQ Universal Internet Number : 4446020
Crdoba. Repblica Argentina
