Forum Discussion
rraghvani
Champion Level 3
2 years agoI'm slightly confused.
You use the import function, to call routines that are declared in another unit. This adds a reference to the other units to the current script unit. Similar to USEUNIT. Also, it's similar to import in Python, using in C#, #include in C++ etc.
If I add or edit a method which is used throughout all projects, then I have to make the changes to Common unit in Common project.