TFloatEdit/TSpinFloatEdit/TDBFloatEdit components by mirkes.de

TFloatEdit is a descendant of TCustomEdit which is able to edit and check floating point values. You can set minimum and maximum values and the number of digits to display.

TSpinFloatEdit is derived from TFloatEdit. It additionally implements increment and decrement buttons. You can define a static increment value to use when those buttons are clicked or compute the increment using an event handler.

TDBFloatEdit is a database aware version of TFloatEdit. It has initially been written by Eddie Shipman.

top

contents:

version:   version of the package
target:   supported borland ides
sources:   status of the sourcecode
history:   version history of the package
installation:   how to install the package
usage:   how to use the package
contact:   how to contact the author of the package
license:   license of the package
top

version:

version 06-15-2004, released june 15, 2004

top

target:

the package has been tested and is supposed to work in Borland Delphi 4, 6 and 7 (TDBFloatEdit has not been tested on Delphi 7).

top

sources:

the component sources are included in the package.

top

history:

version 06-15-2004, june 15, 2004

version 1.5, jan 27, 2003

version 1.4, jan 27, 2003

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

top

installation:

top

usage:

TFloatEdit, TDBFloatEdit

added published properties:

added events:

changed properties:

top

TSpinFloatEdit

TSpinFloatEdit inherits all properties of TCustomFloatEdit (as TFloatEdit does), it additionally implements the following:

added types:

added published properties:

added events:

top

contact:

the author of this package is markus stephany, losheim am see, saarland, germany.

mailto:vcl[at]mirkes[dot]de (change the obvious!)

http://www.mirkes.de

top

license:

*********************************************************************************************************************}
*                                                                                                                    *
*       TFloatEdit, TSpinFloatEdit Copyright ©1997-2004 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-