Delphi control installation and Deletion

Source: Internet
Author: User

General control installation method:
----------
Basic installation
1. For a single control, componet --> install Component... --> pas or DCU file --> install;
2. For control packages with *. dpk files, choose file --> open (select *. dpk from the drop-down list box) --> install;
3. For control packages with *. BPL files, install packages --> Add --> BPL file name;
4. If the above Install button is invalid, try the compile button;
5. Run Time Lib is used together with runtimepackes under packages under option.
If the prompt file cannot be found during compilation, the installation directory of the control is not in the lib directory of Delphi. There are two solutions:
1. The uninstalled source file is exported to the lib directory of Delphi;
2. In tools --> environment optionsSource codeAdd the path to the lib directory of Delphi.
Note: whether the installed control is compatible with your Delphi version.
----------
Control Deletion
Delete the packages in component/install packages.
Select component/configure palette...
There are two regions: pages and components.
Double-click the components area and select the control to be deleted. The delete button is available below.
However, the controls provided by the system can only be hide and cannot be deleted.
Open the control package file (*. dpk), delete the control file, and re-compile the package.
If you want to delete the entire control package, select project> Option> packages, delete the packages, and close the job.

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.