Some of them have analogues in VCL, and some are original components.
- ElLabel - replacement for TLabel;
- ElURLLabel - label control for showing URLs and handling clicks;
- ElHTMLLabel - simple label component, that draws HTML-formatted text and supports HTML links and images;
- ElHTMLView - special control similar to web browser, that lets you read HTML-formatted texts;
| ElLabel |
|
ElLabel replaces standard VCL TLabel, offering additional text effects: extrude and shadow. ElLabel component supports Unicode.
| ElURLLabel |
|
ElURLLabel is a label for displaying URLs. It has a built-in menu that can be used to open an URL or copy it to Clipboard. ElURLLabel automatically changes it's color to "visited", after the user clicks the label or opens the URL via a menu.
| ElHTMLLabel |
|
ElHTMLLabel can replace TLabel wherever you use it. ElHTML label supports HTML-formatted text including embedded images and links. You can use ElHTMLLabel in place of ElURLLabel, if needed.
ElHTMLLabel component supports unicode.
| ElHTMLView |
|
ElHTMLView is an original browser-like component for viewing HTML-formatted text. It supports scrolling and can show standard and custom scrollbars. It is indispensable when you need to provide mini-help system in your application.
ElHTMLView component supports unicode.
[Top]
 Back to LMD ElPack Product Page