Forum Discussion
Dmitry_Nikolaev
Staff
15 years agoHi,
There are two ways of calling a routine from another project:
1. Without copying, add the reference to the routine and use USEUNIT / uses.
2. Copy the necessary routines only to a new unit in the project and use the USEUNIT / uses as well.