Register -
Initially TsLinkEdit was implemented a half of year before the famous
RX Collection was released.
procedure Register;
Initially TsLinkEdit was implemented a half of year before the famous
RX Collection was released. The main difference between TsLinkEdit and TrxlinkEdit
is that the first control emulates the button on control's level and derived from
TCustomEdit, while second actually own the button and has a very heavy parent -
TCustomMaskEdit. Supposed that my control is more resource friendly ( I did not check).
Control was updated using some ideas from RX library (mainly Glyph policy) and TB97 (flat).
The TsFileEdit is an original RX control with a very few modifications, derived
from TsLinkEdit instead of TrxLinkEdit. Same about TsDirectoryEdit, but now it is using
the standard windows' directory selection dialog (see it's source for details).
TsDateEdit is completly rewritten.
I also add a TsnumberEdit with dropDown calculator and TsComboBox - TComboBox child with
a new property Flat. Mainly it intend to be used with the TToolBar97. I could not resist
to rederive the FontCombo and ColorCombo from RX collection from my new TsComboBox.
In general, this small collection is nothing new, but try it, maybe you will like it.
It uses a lot of code from freeware community, besides I hate the .DCU's without source,
so take it, use it as you wish and do not claim me if something will go wrong.
Dimitry Statilko, dstatilko@hotmail.com and dstatilko@hotmail.com
P.S. Any bag reports of suggestions will be highly appreciated.