Home >> >>
TStatusLine VCL (without sources) | | |
 | Description |  | |
TStatusLine component is an enhanced version of Delphi VCL TStatusBar.
TStatusLine component provides some special panels.
spText - Nothing special, same as a regular TStatusPanel.
spTextEllipsis - This panel truncate long text string, but show full
string in hint
spCapsLock - Caps lock indicator. Normal color if on, gray if off.
spNumLock - Num lock indicator. Normal color if on, gray if off.
spScrollLock - Scroll lock indicator. Normal color if on, gray if off.
spDateTime - Current date and time. Use TClock for date and time
format.
spImage - Displays Image with text on panel. Use TImageProps to
customize it.
spProgress - A progress meter. Use TProgressProps to customize it.
spAppHint - Display application hints
spOwnerDraw - Same as the old TStatusPanel.Style psOwnerDraw.
spLed - Display busy status a'la Winzip
| | |
Keywords: br, tstatusline, color, panel, gray, lock, indicator | |
|
|