Unit u_niveau_bdd
Description
C2PP ***************************************************************************
My libraries for Delphi
Copyright 1990-2025 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://librairies.developpeur-pascal.fr
Project site : https://github.com/DeveloppeurPascal/librairies
*************************************************************************** File last update : 2025-02-09T11:03:59.204+01:00 Signature : df5d094e048b35657b3f308cfde9f48105ab1388 ***************************************************************************
Overview
Functions and Procedures
procedure Verifier_Niveau_Base_de_Donnees(dossier1, dossier2: string); |
Description
Functions and Procedures
procedure Verifier_Niveau_Base_de_Donnees(dossier1, dossier2: string); |
******************************************************************************* Unit: U_Niveau_Bdd Author: Patrick Prémartin Date: 15 May 1998 Comment: This unit copy all Paradox files (*.db) from a folder to an other. ******************************************************************************* |
Generated by PasDoc 0.16.0.