Description of TStatusLine VCL :
TStatusLine component is an enhanced version of Delphi VCL TStatusBar. TStatusLine component provides some special panels.
LaspText - Nothing special, same as a regular TStatusPanel. L spTextEllipsis - This panel truncate long text string, but show full string in hint; L spCapsLock - Caps lock indicator. Normal color if on,gray if off. L spNumLock - Num lock indicator. Normal color if on, gray if off. L spScrollLock - Scroll lock indicator. Normal color if on, gray if off. L pDateTime - Current date and time. Use TClock for date and time format. L spImage - Displays Image with text on panel. Use TImageProps to customize it. L spProgress - A progress meter. Use TProgressProps to customize it. L spAppHint - Display application hints. L spOwnerDraw - Same as the old TStatusPanel.Style psOwnerDraw. L spLed - Display busy status a la Winzip.
Trial version is fully functional but with a message box at startup.