Installing New Components in Delphi

Here we will give examples of how to install a new component in Delphi 3. Previous download first component IEButton. The way is as follows: 

After you download and unpack the file, then you will get four files. Copy the file to the fourth direktory lib (usually C: \ Program Files \ Borland \ Delphi 3 \ lib). 
Run your Delphi program. Components from the menu, select Install Components. 
On the Unit File Name, click Browse and navigate to the location of the file IEBtn.pas (C: \ Program Files \ Borland \ Delphi 3 \ lib \ IEBtn.pas). 
Package for the File Name, you can fill with the C: \ Program Files \ Borland \ Delphi 3 \ lib \ dclusr30.dpk. 
Click OK. 
If the installation was successful then the component will be visible component IEButton on the Win95.