Top "Delphi-units" questions

Delphi units are source code modules (text files with .pas extension) that are compiled individually to form an application.

Delphi XE - F1027 Unit not found: 'System.pas' or binary equivalents (.dcu) upon Activation of trial version

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-units
Why are my units "compiled with a different version" of my own files?

I'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-units
How to run procedure from another unit?

Well this kind of n00b question but I still can't figure it out. I have unit main with procedure …

delphi scope procedures delphi-units
Uses with unit file path in unit file

I 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-clause
How to use Unit files in Delphi

I'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