| ElEdit |
|
ElEdit is a replacement for TEdit/TMemo controls.
- supports Unicode on both WinNT/2000/XP and Win9X/WinME;
- can work both in single-line and multiline mode;
- can be transparent;
- supports custom background;
- supports ElScrollbars;
- supports custom borders;
- supports ElImageForm;
- supports Windows Edit messages to cooperate with spell-checkers and tesaurus components;
- supports Windows Edit feature to adjust Edit rectangle (so that descendants with custom painting or embedded controls can be created)
| ElDateTimePicker |
|
ElDateTimePicker replaces VCL TDateTimePicker component. It's main features are:
- possibility to select date, time or both date and time in one control. Format is customizable. 5 predefined formats included.
- possibility to use both spin buttons (to select date and time) or a popup calendar to select the date at the same time.
- optional incremental spinning: when you spin the value, say for a month to 12 and press spin buttons once more, month is set to 1, and year value is incremented!
- support for checkbox;
- support for ElImageForm;
- higly customizable popup calendar;
- transparency and custom background;
- selective borders (if necessary you can show or hide each side of control's border)
ElDateTimePicker currently does not support Unicode
This component is not included in Edits package
This component is included in LMD ElPack/CLX
| ElAdvancedEdit |
|
ElAdvancedEdit enhances functionality of standard Edit control in single-line mode, adding
- customizable borlder styles both for active and inactive states;
- transparency;
- custom background;
- selective borders. When needed, you can show and hide any side of the control
As ElAdvancedEdit is a descendant of the Windows control, it doesn't support Unicode.
| ElAdvancedMemo |
|
ElAdvancedMemo enhances functionality of standard Edit control in multi-line mode, adding
- customizable borlder styles both for active and inactive states;
- transparency;
- custom background;
- selective borders. When needed, you can show and hide any side of the control
As ElAdvancedMemo is a descendant of the Windows control, it doesn't support Unicode.
| ElMaskEdit |
|
ElMaskEdit enhances functionality of TMaskEdit, adding
- customizable borlder styles both for active and inactive states;
- transparency;
- custom background;
- selective borders. When needed, you can show and hide any side of the control
As ElMaskEdit is a descendant of the Windows control, it doesn't support Unicode.
| ElButtonEdit |
|
ElButtonEdit is an edit control with two embedded buttons. You can hide one of buttons or use both of them. Each button is configured and acts completely independently. You can specify width, glyph, caption, hint, color of the buttons. You can also assign keyboard shortcuts to buttons.
ElButtonEdit component supports unicode.
| ElSpinEdit |
|
ElSpinEdit is an edit control with a spin button inside. One can use this control to enter integer values. What is different in ElSpinEdit is the way the users change the value. You can drag the separator between spin buttons, use arrows and PgUp/PgDown buttons to change the value quickly. Spin buttons can be arranged vertically and horizontally and button arrows also can be vertical and horizontal.
| ElFloatSpinEdit |
|
ElFloatSpinEdit is an edit control with a spin button inside. One can use this control to enter floating-point values. What is different in ElSpinEdit is the way the users change the value. You can drag the separator between spin buttons, use arrows and PgUp/PgDown buttons to change the value quickly. Spin buttons can be arranged vertically and horizontally and button arrows also can be vertical and horizontal.
| ElIPEdit |
|
ElIPEdit is a pure VCL control to enter IP addresses. It doesn't require IE 4.0 or any other DLL. You can restrict editing operation to only some parts of IP address (thus letting enter only address masks). ElIPEdit supports flat borders.
| ElCurrencyEdit |
|
ElCurrencyEdit is a pure VCL control to enter currency values. ElCurrencyEdit supports flat and selective borders, system or custom currency sign. ElCurrencyEdit supports a button for custom actions.
| ElFileNameEdit |
|
ElFileNameEdit is a descendant of ElButtonEdit for easy entering file names. When the user clicks an embedded button, standard file open dialog appears.
| ElFolderNameEdit |
|
ElFolderNameEdit is a descendant of ElButtonEdit for easy entering file names. When the user clicks an embedded button, Browse for Folder dialog appears.
| ElCalculatorEdit |
|
ElCalculatorEdit is a descendant of ElButtonEdit for entering numbers and performing calculations. When the user clicks an embedded button, calculator dialog appears.
This component is not included in Edits package
| ElHotKey |
|
ElHotKey is a descendant of ElEdit for choosing a key combination (shortcut, hotkey).
[Top]
 Back to LMD ElPack Product Page