TFloatEdit/TSpinFloatEdit/TDBFloatEdit readme


-CONTENTS-

top

-TITLE-

top

-PACKAGE-

TFloatEdit, TSpinFloatEdit, TDBFloatEdit components for borland delphi
top

-RELEASE-

V 1.4, january 27, 2003
top

-TARGET-

borland delphi 4/5/6/7?
top

-INSTALLATION-

top

-USAGE-

TFloatEdit
added published properties: added events: changed properties:
TSpinFloatEdit
TSpinFloatEdit inherits all properties of TCustomFloatEdit (like TFloatEdit), it additionally implements the following:

added types: added published properties: added events:
top

-SOURCES-

included
top

-CONTACT-

markus stephany, losheim am see, saarland, germany
mailto:merkes@mirkes.de
http://www.mirkes.de
top

-HISTORY-

Version 1.4, jan 27, 2003
some problems with return/escape keys fixed, multiline style avoided on newer operating systems, on win98/me/2k/xp+ escape/return now are only handled by the component itself if no cancel/default buttons are on the form. thanks to Moz. (this does not affect TSpinFloatEdit. it's always a multiline edit control)
Version 1.3c, nov 19, 2002
Version 1.3b, oct 27, 2001
Version 1.3a, feb 23, 2001
Version 1.3, jan 28, 2001
Version 1.2
Version 1.1
There was a bug in the range checking; I hope it is fixed now. In V1.0 the value has been checked at each onkeypress-event, and that was not very fine in some cases. Now the correctness of the value will be checked when the focus get lost. If the value isn't in the range of min-max, the focus can't get lost. And now, the user can press the ESC-Key in FloatEdit to restore the value that was set before he made changes.
top

-LICENSE-

*********************************************************************************************************************}
*                                                                                                                    *
*       TFloatEdit, TSpinFloatEdit Copyright (C)1997-2003 markus stephany                                           *
*                                                                                                                    *
*       This package is free software; you can redistribute it and/or modify                                         *
*       it under the terms of either:                                                                                *
*                                                                                                                    *
*       a) the GNU General Public License as published by the Free                                                   *
*       Software Foundation; either version 2, or (at your option) any                                               *
*       later version, or                                                                                            *
*                                                                                                                    *
*       b) the Clarified Artistic License as used by the authors of NCFTP                                            *
*       version 3.0.2.                                                                                               *
*                                                                                                                    *
*       This package is distributed in the hope that it will be useful,                                              *
*       but WITHOUT ANY WARRANTY; without even the implied warranty of                                               *
*       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU                                            *
*       (Lesser) General Public License for more details.                                                            *
*                                                                                                                    *
*       You should have received a copy of the GNU General Public License                                            *
*       along with this package in the file named "COPYING"; if not,                                                 *
*       write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330,                                     *
*       Boston, MA 02111-1307, USA.                                                                                  *
*                                                                                                                    *
*       You should also have received a copy of the Clarified Artistic                                               *
*       License along with this package in the file named "ARTISTIC"; if not,                                        *
*       you may find a copy at http://www.mirkes.de/downloads/ARTISTIC.txt                                           *
*                                                                                                                    *
*********************************************************************************************************************}
top

-END-