TFloatEdit/TSpinFloatEdit readme


-CONTENTS-

top

-TITLE-

top

-PACKAGE-

TFloatEdit, TSpinFloatEdit components for borland delphi
top

-RELEASE-

V 1.13, january 28, 2001
top

-TARGET-

borland delphi 4.xx
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.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.
Version 1.2
Version 1.3, jan 28, 2001
top

-LICENSE-

    TFloatEdit, TSpinFloatEdit Copyright (C) 1997-2001 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 GNU Lesser General Public License as published by the Free
    Software Foundation; either version 2.1, or (at your option) any
    later version.

    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".

    You should also have received a copy of the GNU Lesser General Public
    License along with this package in the file named "COPYING.lesser"; if not,
    write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330,
    Boston, MA 02111-1307, USA.
top

-END-