DeveloppeurPascal / DevPas-Components-Pack

Regroupement des dépôts permettant d'ajouter des fonctionnalités sous forme de librairies ou de composants à Delphi

Home Page:https://developpeur-pascal.fr/projets-de-composants.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Components packs and libraries from DeveloppeurPascal in one code repository

Cette page en français.

Grouping of repositories for adding features in the form of libraries or components to Delphi.

Use this if you want to install all my component packs at once, instead of doing them one by one.

It contains projects developed in Object Pascal language under Delphi. You don't know what Delphi is and where to download it ? You'll learn more on this web site.

Install

If you download a ZIP file from GitHub it will be empty. You must use "git" command or a GUI to clone or fork this code repository with its submodules.

After cloning this repository, don't forget to update all projects with the command :

git submodule update --remote

If you didn't clone the project with its sub modules, use those git commands :

git submodule init
git submodule update --remote

This repository and all projects are available on my GitHub account.

License

This project is under the MIT license. It's not the case for all of my other projects. Look as each one LICENSE and README.md file before doing garbage.

How to ask a new feature, report a bug or a security issue ?

If you want an answer from the project owner the best way to ask for a new feature or report a bug is to go to the GitHub repository and open a new issue.

If you found a security issue please don't report it publicly before a patch is available. Explain the case by sending a private message to the author.

You also can fork the repository and contribute by submitting pull requests if you want to help. Please read the CONTRIBUTING.md file.

Support the project and its author

If you think this project is useful and want to support it, please make a donation to its author. It will help to maintain the code and binaries.

You can use one of those services :

or if you speack french you can subscribe to Zone Abo on a monthly or yearly basis and get a lot of resources as videos and articles.

About

Regroupement des dépôts permettant d'ajouter des fonctionnalités sous forme de librairies ou de composants à Delphi

https://developpeur-pascal.fr/projets-de-composants.html

License:MIT License