Delphi units are source code modules (text files with .pas extension) that are compiled individually to form an application.
I just purchased the full version of Delphi XE Architect after using the trial version for 30 days. I can't build …
delphi build delphi-xe delphi-unitsI'm building a program that uses plugins. Unfortunately, the plugin framework's dynamic linking forces the RTL and VCL out of …
delphi compiler-construction delphi-2009 delphi-unitsWell this kind of n00b question but I still can't figure it out. I have unit main with procedure …
delphi scope procedures delphi-unitsI have problem. I ll try to explain it. I have a unit which has a class and may will …
delphi path delphi-7 delphi-units uses-clauseI'm just trying to get the hang of separate units to make my code more encapsulated. I'm trying to get …
delphi private pascal public delphi-units