Unit u_compteur_db
Description
***************************************************************************
Librairies pour Delphi
Copyright 1990-2024 Patrick Prémartin under AGPL 3.0 license.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
***************************************************************************
This repository contains functions, procedures and classes to use in Delphi projects (console, VCL, FireMonkey and others). It's my "everything reuseable things" toolbox.
The units to be used in your projects can be found in the "src" folder. Some features are explained on my blog or have been coded live on Twitch.
Examples of use in the form of VCL or FireMonkey projects are available in the "samples" subfolder.
***************************************************************************
Author(s) : Patrick PREMARTIN
Site : https://developpeur-pascal.fr/librairies-publiques.html
Project site : https://github.com/DeveloppeurPascal/librairies
*************************************************************************** File last update : 03/08/2024 22:02:10 Signature : 4e7cf073c0343d65c9d78fa93fe3479e174ea0b8 ***************************************************************************
Overview
Functions and Procedures
function compteur_add(Application, Code: TString80): Integer; |
Types
TString80 = String [80]; |
Description
Functions and Procedures
function compteur_add(Application, Code: TString80): Integer; |
Types
TString80 = String [80]; |
******************************************************************************* Unit: U_Compteur_Reg Author: Patrick Prémartin Date: 29 March 1998 / modified on the 9th april 1998 Comment: This unit use COMPTEUR.DB (a Paradox Database) for counters. If you use it, think about the BDE (Borland Database Engine). ******************************************************************************* |
Generated by PasDoc 0.16.0.