NEW: Super Labeled Input Controls v2.01 (for Delphi 1.0 & 2.0)
==============================================================
http://www.unige.ch/sciences/terre/geologie/fookes/slic.htm
The Super Labeled Input Controls (SLIC) provide features such as
automatically created and attached labels (when needed),
insert/overwrite mode, undo command, shortcut menu, new events,
tabs aligned in memo and list box, faster memo LoadFromFile method,
help file, and more...
These components can save lots of time when designing forms!
Key features:
------------
General
.......
* Input controls can insert/overwrite text and undo changes;
* shortcut menu for input controls with Undo, Copy, Cut, Paste,
etc. commands;
* help file with all the new methods, properties, and events
explained.
Labeled Components
..................
* Labels are automatically created and attached to input controls;
* properties to easily and accurately position label with respect
to its input control;
* labels resize properly when forms run under different resolutions;
* when input control is moved (at design or runtime), attached label
moves with it;
* when input control is disabled or hidden, the attached label does
the same.
Enhanced Memo
.............
* New methods to indicate cursor position in text;
* new method to set tab stops;
* new very fast method to load text from a file or stream.
Enhanced ComboBox
.................
* Can automatically fill in a value that matches the characters you
type;
* new OnNotInList event;
* new OnListPick event triggered whenever a new item is selected
from the list or when the selection becomes null (i.e. Text = '');
* can automatically add new items to list (as well as attached
objects);
* can automatically destroy objects in list.
Enhanced ListBox
................
* Adds horizontal scrollbar;
* new method to set tab stops;
* items can be displayed as selected (in bold), disabled (dimmed),
or deleted (striked out);
* new OnChange event triggered whenever a new item is selected in
the list;
* can automatically destroy objects in list.
Where to find them:
-------------------
You can get more information about the Super Labeled Input Controls
and
download the package from my web page at:
http://www.unige.ch/sciences/terre/geologie/fookes/slic.htm
Enjoy!
--
Eric Fookes
University of Geneva, Switzerland. E-mail <foo...@sc2a.unige.ch>