Home > Back-end >  Delphixe7 how to install the controls
Delphixe7 how to install the controls

Time:09-15

What master told me how in Delphi xe7 installed under control? . In the form of pas, tried a few times

CodePudding user response:

http://blog.sina.com.cn/s/blog_54da9cc00101365s.html

CodePudding user response:

1, click on "File" - "New" from the menu "Package - Delphi for Win32", a New control packets,
2, select the right "Project Manager" "Contains" folder, click the right mouse button, in the pop-up menu, select "Add",
3, in the Add dialog box, click the "Browse" button, and choose to install PAS files, then click "OK" button,
4, the mouse right click on the "Project Manager" in the ".bpl Package1, "in the pop-up menu, select" Install ", then it'll be over in the installation of control,

CodePudding user response:

Pas format control installation method:


Method one: new controls

1, click on "File" - "New" from the menu "Package - Delphi for Win32", a New control packets,
2, select the right "Project Manager" "Contains" folder, click the right mouse button, in the pop-up menu, select "Add",
3, in the Add dialog box, click the "Browse" button, and choose to install PAS files, then click "OK" button,
4, the mouse right click on the "Project Manager" in the ".bpl Package1, "in the pop-up menu, select" Install ", then it'll be over in the installation of control,

Method 2:

1, click on the menu bar in the component - & gt; Install component,
2, in the Unit file names. Choose to install in the pas file, click open,
3, click Install into a new package, and then click next> ,
4, write down the Package name and Packeage the description of the content, click finish,
5, the software will be compiled installation, if the normal displays the done, install Ok,
  • Related