- Expert Delphi
- Pawe? G?owacki
- 277字
- 2021-07-02 20:44:19
Installing custom components
Delphi IDE has an open architecture and provides many ways to extend its functionality through additional packages. You can see the list of currently installed packages in the Installed Packages option available from the Component menu. The most typical Delphi building block is a Component. Technically, this is about taking the object-oriented programming principles and moving it one step further. With components, you have the ability to manipulate regular programming language object instances during the design time, before the project is built for a given platform. Packages may also contain custom property editors and the Open Tools API extension to the IDE itself that may add custom functionality to the IDE, such as additional menus and windows.
Out of the box, with the default Delphi installation, you will get a few hundred components already preinstalled. Depending on your Delphi version and selected features, this list may differ. Click on the Installed Packages option in the Component menu to verify which components are actually installed, as shown in the following screenshot:

There are many additional free and commercial component packages that are not installed by default. They can be installed with the integrated GetIt Package Manager. It is available either from the Welcome Page or from the Tools menu, as shown in the following screenshot:

If you want to install any of the available component packages, just click on the Install button under the image of the package. The installation process is very straightforward. After accepting the license, the components are downloaded from the internet, compiled, and installed into the IDE.
- Java系統(tǒng)分析與架構(gòu)設(shè)計(jì)
- 深入淺出Spring Boot 2.x
- Python網(wǎng)絡(luò)爬蟲從入門到實(shí)踐(第2版)
- 深入理解Java7:核心技術(shù)與最佳實(shí)踐
- Python機(jī)器學(xué)習(xí)編程與實(shí)戰(zhàn)
- 單片機(jī)C語言程序設(shè)計(jì)實(shí)訓(xùn)100例
- Visual Basic程序設(shè)計(jì)
- Clean Code in C#
- BeagleBone Robotic Projects(Second Edition)
- Clojure for Java Developers
- 單片機(jī)原理及應(yīng)用技術(shù)
- ASP.NET本質(zhì)論
- TypeScript High Performance
- SAP HANA Starter
- Learning Scrapy