Some of them have analogues in VCL, and some are original components.
| ElDailyTipDialog |
|
ElDailyTipDialog is a cute dialog for displaying Tip of the Day. It can take tips from file resources or from ElStringPool. ElDailyTipDialog also supports HTML-formatted text and Unicode.
| ElCalendarDialog |
|
ElCalendarDialog is customizable dialog with calendar and navigation buttons. User can change month and year using buttons or combobox and spin edit.
| ElPromptDialog |
|
ElPromptDialog can be used as a replacement of standard MessageDlg function. ElPromptDialog allows to display a dialog for a specified amount fo time and automatically close the fialog after the time has elapsed. Optionally can show the "Show next time" checkbox. The dialog can be easily localized using your favorite localization tool. You can insert set of messages and dialog captions to the dialog's ElStringPool objects. ElPromptDialog supports HTML-formatted text with hyperlinks and embedded images.
ElPromptDialog component supports unicode.
| ElInputDialog |
|
ElInputDialog can be used as a replacement of standard InputBox function and allows flattened and XP-styled controls and HTML-formatted prompt.
| ElCalculatorDialog |
|
ElCalculatorDialog is a dialog that shows simple calculator interface and lets the user calculate something. ElCalculatorDialog can be bound to existing edit control or it can provide it's own display for calculation progress.
[Top]
 Back to LMD ElPack Product Page