The TLED (v1.1) component emulates a simple Light Emitting Diode indicator. An LED control can be Red, Green or Yellow.The LEDLabel control (v1.0) adds a Caption property, which can be aligned to the right, left, above or below the LED indicator using the Alignment property. TLED and TLEDLabel have no window handles and therefore have a negligible impact on system resources. Efficient use of system resources is further preserved by loading only a single instance of the single bitmap required to paint an LED in all of its states into memory, regardless of the number of LED controls created. |