Delphi comes with Universal control installation method:

Source: Internet
Author: User

Generic control installation method is included:
----------
Basic Installation
1, for a single control, Componet-->install component. -->pas or DCU file-->install;
2, for the control package with the *.dpk file, File-->open (*.DPK)-->install can be selected in the drop-down list box;
3, for the control package with *.BPL file, Install PACKAGES-->ADD-->BPL file name can be;
4, if the above install button is invalid, try compile button;
5, is the run time Lib in the option under the packages under the Runtimepackes Plus.
If the compile-time prompt file can not be found, usually the installation directory of the control is not in the Delphi Lib directory, there are two ways to solve:
1, the anti-installation of the source files copied into the Delphi Lib directory;
2, or tools-->environment options to add the control source code path to the Delphi Lib directory.
Note: The installed controls are compatible with the version of Delphi that you are using.
----------
Control Delete
deleted in Component/install packages.
Choose Component/configure Palette ...
with pages and two regions
Double-click the Components area, select the control you want to delete, and the delete button
However, the system-provided controls are only hide and cannot be delete.
Open the package file (*.DPK) where the control is located, remove the control file from it, and then recompile the package.
if the entire control package is to be deleted, project->option->packages, delete the Packages, quit.

 Tags: delphi 7

Delphi comes with Universal control installation method:

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.