Is there a place where I can add code that will be executed before unit initialization?
The reason I want to do this is I need to change the DecimalSeparator, this h
Put it into the initialization section of the first unit in your project uses list, that way it will be executed prior to any other initialization code.
uses
initialization