

Delphi XE and later: Main Menu -> Tools -> Options dialog -> Environment options -> Delphi Options -> Library -> Library Path edit box.Add \Units\ folder to the list of library folders in Delphi IDE.Step-by-step Instructions for Delphi and C++Builder
#START DELPHI 7 IN RAD STUDIO 10.2 LICENSE KEY#
you don't set the license key if you compile the units from source code).
#START DELPHI 7 IN RAD STUDIO 10.2 CODE#
Source code doesn't need activation (i.e. Windows installation of the source code installs the files to the \Source folder. Source code can be downloaded as a separate file, which is available to users who purchased a license. Precompiled units require activation (it is done by passing the license key to the library before you use its components or functions) in order to be used. Precompiled units are located in \Units\ folder.


