0
votes
Delphi XE2 Unit Scope tables
The Wiert Corner
– Delphi XE2 introduces Unit Scopes. Below is a batch file that generates a CSV file with scopes and units. The file does not only contain the VCL, RTL and FMX units, but all units in the C:\Program Files (x86)\Embarcadero\RAD Studio\9.0\source\ directory tree. From the CSV, I generated two tables at the end: one with only the scope prefixes, one with all the units and the scopes they belong to. The tables are based on Delphi XE2 Update 1. I hope the batch file survives the WordPress syntax highlighter. @echo off echo ScopePrefix call :outer 0 echo ...
Statistics
|
Visits by Source |
User Actions |




