<HTML xmlns="http://www.w3.org/TR/REC-html40" xmlns:v = 
"urn:schemas-microsoft-com:vml" xmlns:o = 
"urn:schemas-microsoft-com:office:office" xmlns:w = 
"urn:schemas-microsoft-com:office:word" xmlns:m = 
"http://schemas.microsoft.com/office/2004/12/omml"><HEAD><TITLE>Message body</TITLE>
<META content="text/html; charset=utf-8" http-equiv=Content-Type>
<META name=Generator content="Microsoft Word 15 (filtered medium)">
<STYLE>v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
</STYLE>

<STYLE><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman",serif;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:#0563C1;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:#954F72;
        text-decoration:underline;}
p.msonormal0, li.msonormal0, div.msonormal0
        {mso-style-name:msonormal;
        mso-margin-top-alt:auto;
        margin-right:0cm;
        mso-margin-bottom-alt:auto;
        margin-left:0cm;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;}
span.EmailStyle18
        {mso-style-type:personal;
        font-family:"Calibri",sans-serif;
        color:#1F497D;}
span.EmailStyle19
        {mso-style-type:personal;
        font-family:"Calibri",sans-serif;
        color:windowtext;}
span.EmailStyle22
        {mso-style-type:personal-reply;
        font-family:"Calibri",sans-serif;
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:72.0pt 72.0pt 72.0pt 72.0pt;}
div.WordSection1
        {page:WordSection1;}
--></STYLE>
</HEAD>
<BODY lang=EN-NZ dir=ltr vLink=#954f72 link=#0563c1>
<DIV dir=ltr>
<DIV style="FONT-SIZE: 12pt; FONT-FAMILY: 'Calibri'; COLOR: #000000">
<DIV>OK looks like you need to find RSVARS.BAT for the version you are 
after</DIV>
<DIV>&nbsp;</DIV>
<DIV>"C:\Program Files (x86)\Embarcadero\Studio\20.0\bin\rsvars.bat"</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>Registry variables will set the Studio base path, and the BDSxx variables 
look to be set dynamically from those on running the IDE:</DIV>
<DIV>e.g. content of my RSVARS.BAT:</DIV>
<DIV>&nbsp;</DIV>
<DIV>@SET BDS=C:\Program Files (x86)\Embarcadero\Studio\20.0</DIV>
<DIV>@SET BDSINCLUDE=C:\Program Files 
(x86)\Embarcadero\Studio\20.0\include</DIV>
<DIV>@SET BDSCOMMONDIR=C:\Users\Public\Documents\Embarcadero\Studio\20.0</DIV>
<DIV>@SET FrameworkDir=C:\Windows\Microsoft.NET\Framework\v4.0.30319</DIV>
<DIV>@SET FrameworkVersion=v4.5</DIV>
<DIV>@SET FrameworkSDKDir=</DIV>
<DIV>@SET PATH=%FrameworkDir%;%FrameworkSDKDir%;C:\Program Files 
(x86)\Embarcadero\Studio\20.0\bin;C:\Program Files 
(x86)\Embarcadero\Studio\20.0\bin64;C:\Program Files 
(x86)\Embarcadero\Studio\20.0\cmake;C:\Users\Public\Documents\Embarcadero\InterBase\redist\InterBase2020\IDE_spoof;%PATH%</DIV>
<DIV>@SET LANGDIR=EN</DIV>
<DIV>@SET PLATFORM=</DIV>
<DIV>@SET PlatformSDK=</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV 
style='FONT-SIZE: small; TEXT-DECORATION: none; FONT-FAMILY: "Calibri"; FONT-WEIGHT: normal; COLOR: #000000; FONT-STYLE: normal; DISPLAY: inline'>
<DIV style="FONT: 10pt tahoma">
<DIV>&nbsp;</DIV>
<DIV style="BACKGROUND: #f5f5f5">
<DIV style="font-color: black"><B>From:</B> <A title=Dave@iccs.co.nz>David 
O'Brien</A> </DIV>
<DIV><B>Sent:</B> Tuesday, December 31, 2019 12:09 PM</DIV>
<DIV><B>To:</B> <A title=delphi@listserver.123.net.nz>NZ Borland Developers 
Group - Delphi List</A> </DIV>
<DIV><B>Subject:</B> Re: [DUG] Delphi Environment variables</DIV></DIV></DIV>
<DIV>&nbsp;</DIV></DIV>
<DIV 
style='FONT-SIZE: small; TEXT-DECORATION: none; FONT-FAMILY: "Calibri"; FONT-WEIGHT: normal; COLOR: #000000; FONT-STYLE: normal; DISPLAY: inline'>
<DIV class=WordSection1>
<P class=MsoNormal><SPAN 
style='FONT-SIZE: 11pt; FONT-FAMILY: "Calibri",sans-serif; mso-fareast-language: en-us'>Thanks, 
<o:p></o:p></SPAN></P>
<P class=MsoNormal><SPAN 
style='FONT-SIZE: 11pt; FONT-FAMILY: "Calibri",sans-serif; mso-fareast-language: en-us'>I’m 
trying to use the library paths to search for files depending on the selection 
of Delphi version, but with these environment variables $(BDS), etc. not being 
defined in the registry, it makes it quite difficult. I can get the environment 
variables when Delphi is running, but just for that version. I suppose it is 
generating the vars at runtime.<o:p></o:p></SPAN></P>
<P class=MsoNormal><SPAN 
style='FONT-SIZE: 11pt; FONT-FAMILY: "Calibri",sans-serif; mso-fareast-language: en-us'><o:p></o:p></SPAN>&nbsp;</P>
<P class=MsoNormal><SPAN 
style='FONT-SIZE: 11pt; FONT-FAMILY: "Calibri",sans-serif; mso-fareast-language: en-us'>Having 
a list of the defined vars would be useful, but I can’t even find that. Rather 
frustrating…<o:p></o:p></SPAN></P>
<P class=MsoNormal><SPAN 
style='FONT-SIZE: 11pt; FONT-FAMILY: "Calibri",sans-serif; mso-fareast-language: en-us'><o:p></o:p></SPAN>&nbsp;</P>
<DIV>
<DIV 
style="BORDER-TOP: #e1e1e1 1pt solid; BORDER-RIGHT: medium none; BORDER-BOTTOM: medium none; PADDING-BOTTOM: 0cm; PADDING-TOP: 3pt; PADDING-LEFT: 0cm; BORDER-LEFT: medium none; PADDING-RIGHT: 0cm">
<P class=MsoNormal><B><SPAN lang=EN-US 
style='FONT-SIZE: 11pt; FONT-FAMILY: "Calibri",sans-serif'>From:</SPAN></B><SPAN 
lang=EN-US style='FONT-SIZE: 11pt; FONT-FAMILY: "Calibri",sans-serif'> 
delphi-bounces@listserver.123.net.nz 
&lt;delphi-bounces@listserver.123.net.nz&gt; <B>On Behalf Of </B>John 
Bird<BR><B>Sent:</B> Tuesday, 31 December 2019 11:06 AM<BR><B>To:</B> NZ Borland 
Developers Group - Delphi List 
&lt;delphi@listserver.123.net.nz&gt;<BR><B>Subject:</B> Re: [DUG] Delphi 
Environment variables<o:p></o:p></SPAN></P></DIV></DIV>
<P class=MsoNormal><o:p></o:p>&nbsp;</P>
<DIV>
<DIV>
<DIV>
<P class=MsoNormal><SPAN 
style='FONT-FAMILY: "Calibri",sans-serif; COLOR: black'>Part of the 
answer:<o:p></o:p></SPAN></P></DIV>
<DIV>
<P class=MsoNormal><SPAN 
style='FONT-FAMILY: "Calibri",sans-serif; COLOR: black'>&nbsp;<o:p></o:p></SPAN></P></DIV>
<DIV>
<P class=MsoNormal><SPAN 
style='FONT-FAMILY: "Calibri",sans-serif; COLOR: black'>bin folder will be below 
the BDS folder<o:p></o:p></SPAN></P></DIV>
<DIV>
<P class=MsoNormal><SPAN 
style='FONT-FAMILY: "Calibri",sans-serif; COLOR: black'>&nbsp;<o:p></o:p></SPAN></P></DIV>
<DIV>
<P class=MsoNormal><SPAN 
style='FONT-FAMILY: "Calibri",sans-serif; COLOR: black'>Also 
see<o:p></o:p></SPAN></P></DIV>
<DIV>
<P class=MsoNormal><SPAN 
style='FONT-FAMILY: "Calibri",sans-serif; COLOR: black'><A 
title=http://docwiki.embarcadero.com/RADStudio/Rio/en/Compiler_Versions 
href="http://docwiki.embarcadero.com/RADStudio/Rio/en/Compiler_Versions">http://docwiki.embarcadero.com/RADStudio/Rio/en/Compiler_Versions</A><o:p></o:p></SPAN></P></DIV>
<DIV>
<P class=MsoNormal><SPAN 
style='FONT-FAMILY: "Calibri",sans-serif; COLOR: black'>&nbsp;<o:p></o:p></SPAN></P></DIV>
<DIV>
<P class=MsoNormal><SPAN 
style='FONT-FAMILY: "Calibri",sans-serif; COLOR: black'>If you change the 
defaults, a good idea is to take a screenshot of the screen before starting the 
install showing the folders set showing the location of BDS, samples and common 
files.<o:p></o:p></SPAN></P></DIV>
<DIV>
<P class=MsoNormal><SPAN 
style='FONT-FAMILY: "Calibri",sans-serif; COLOR: black'>&nbsp;<o:p></o:p></SPAN></P></DIV>
<DIV>
<P class=MsoNormal><SPAN 
style='FONT-FAMILY: "Calibri",sans-serif; COLOR: black'>&nbsp;<o:p></o:p></SPAN></P></DIV>
<DIV>
<P class=MsoNormal><SPAN 
style='FONT-FAMILY: "Calibri",sans-serif; COLOR: black'>&nbsp;<o:p></o:p></SPAN></P></DIV>
<DIV>
<P class=MsoNormal><SPAN 
style='FONT-FAMILY: "Calibri",sans-serif; COLOR: black'>See file SettingData in 
bin folder to see definitions of folders and version 
numbers<o:p></o:p></SPAN></P></DIV>
<DIV>
<P class=MsoNormal><SPAN 
style='FONT-FAMILY: "Calibri",sans-serif; COLOR: black'>e.g.<o:p></o:p></SPAN></P></DIV>
<DIV>
<P class=MsoNormal><SPAN 
style='FONT-FAMILY: "Calibri",sans-serif; COLOR: black'>"C:\Program Files 
(x86)\Embarcadero\Studio\20.0\bin\SettingData.xml"<o:p></o:p></SPAN></P></DIV>
<DIV>
<P class=MsoNormal><SPAN 
style='FONT-FAMILY: "Calibri",sans-serif; COLOR: black'>also<o:p></o:p></SPAN></P></DIV>
<DIV>
<P class=MsoNormal><SPAN 
style='FONT-FAMILY: "Calibri",sans-serif; COLOR: black'>&nbsp;<o:p></o:p></SPAN></P></DIV>
<DIV>
<P class=MsoNormal><SPAN 
style='FONT-FAMILY: "Calibri",sans-serif; COLOR: black'>&nbsp;<o:p></o:p></SPAN></P></DIV>
<DIV>
<P class=MsoNormal><SPAN 
style='FONT-FAMILY: "Calibri",sans-serif; COLOR: black'>&nbsp;<o:p></o:p></SPAN></P></DIV>
<DIV>
<P class=MsoNormal><SPAN 
style='FONT-FAMILY: "Calibri",sans-serif; COLOR: black'>&lt;SettingData&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
<o:p></o:p></SPAN></P></DIV>
<DIV>
<P class=MsoNormal><SPAN 
style='FONT-FAMILY: "Calibri",sans-serif; COLOR: black'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
<o:p></o:p></SPAN></P></DIV>
<DIV>
<P class=MsoNormal><SPAN 
style='FONT-FAMILY: "Calibri",sans-serif; COLOR: black'>&nbsp;&nbsp;&nbsp; 
&lt;Product Name='Delphi 7'&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
Version='7.0'&nbsp; 
RegKey='Software\Borland\Delphi\7.0'/&gt;&nbsp;&nbsp;&nbsp;&nbsp; 
<o:p></o:p></SPAN></P></DIV>
<DIV>
<P class=MsoNormal><SPAN 
style='FONT-FAMILY: "Calibri",sans-serif; COLOR: black'>&nbsp;&nbsp;&nbsp; 
&lt;Product Name='Delphi 8'&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
Version='8.0'&nbsp; 
RegKey='Software\Borland\Delphi\8.0'/&gt;&nbsp;&nbsp;&nbsp;&nbsp; 
<o:p></o:p></SPAN></P></DIV>
<DIV>
<P class=MsoNormal><SPAN 
style='FONT-FAMILY: "Calibri",sans-serif; COLOR: black'>&nbsp;&nbsp;&nbsp; 
&lt;Product Name='Delphi 2005'&nbsp;&nbsp;&nbsp;&nbsp; Version='9.0'&nbsp; 
RegKey='Software\Borland\Delphi\9.0'/&gt;&nbsp;&nbsp;&nbsp;&nbsp; 
<o:p></o:p></SPAN></P></DIV>
<DIV>
<P class=MsoNormal><SPAN 
style='FONT-FAMILY: "Calibri",sans-serif; COLOR: black'>&nbsp;&nbsp;&nbsp; 
&lt;Product Name='BDS 2006'&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
Version='10.0' 
RegKey='Software\Borland\BDS\10.0'/&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
<o:p></o:p></SPAN></P></DIV>
<DIV>
<P class=MsoNormal><SPAN 
style='FONT-FAMILY: "Calibri",sans-serif; COLOR: black'>&nbsp;&nbsp;&nbsp; 
&lt;Product Name='RAD Studio 2007' Version='11.0' 
RegKey='Software\Borland\BDS\5.0'/&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
<o:p></o:p></SPAN></P></DIV>
<DIV>
<P class=MsoNormal><SPAN 
style='FONT-FAMILY: "Calibri",sans-serif; COLOR: black'>&nbsp;&nbsp;&nbsp; 
&lt;Product Name='RAD Studio 2009' Version='12.0' 
RegKey='Software\Borland\DBD\7.0'/&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
<o:p></o:p></SPAN></P></DIV>
<DIV>
<P class=MsoNormal><SPAN 
style='FONT-FAMILY: "Calibri",sans-serif; COLOR: black'>&nbsp;&nbsp;&nbsp; 
&lt;Product Name='RAD Studio 2010' Version='14.0' 
RegKey='Software\CodeGear\BDS\7.0'/&gt;&nbsp;&nbsp;&nbsp; 
<o:p></o:p></SPAN></P></DIV>
<DIV>
<P class=MsoNormal><SPAN 
style='FONT-FAMILY: "Calibri",sans-serif; COLOR: black'>&nbsp;&nbsp;&nbsp; 
&lt;Product Name='RAD Studio XE'&nbsp;&nbsp; Version='15.0' 
RegKey='Software\Embarcadero\BDS\8.0'/&gt;&nbsp;&nbsp;&nbsp; 
<o:p></o:p></SPAN></P></DIV>
<DIV>
<P class=MsoNormal><SPAN 
style='FONT-FAMILY: "Calibri",sans-serif; COLOR: black'>&nbsp;&nbsp;&nbsp; 
&lt;Product Name='RAD Studio XE2'&nbsp; Version='16.0' 
RegKey='Software\Embarcadero\BDS\9.0'/&gt;&nbsp;&nbsp;&nbsp; 
<o:p></o:p></SPAN></P></DIV>
<DIV>
<P class=MsoNormal><SPAN 
style='FONT-FAMILY: "Calibri",sans-serif; COLOR: black'>&nbsp;&nbsp;&nbsp; 
&lt;Product Name='RAD Studio XE3'&nbsp; Version='17.0' 
RegKey='Software\Embarcadero\BDS\10.0'/&gt;&nbsp;&nbsp;&nbsp;&nbsp; 
<o:p></o:p></SPAN></P></DIV>
<DIV>
<P class=MsoNormal><SPAN 
style='FONT-FAMILY: "Calibri",sans-serif; COLOR: black'>&nbsp;&nbsp;&nbsp; 
&lt;Product Name='RAD Studio XE4'&nbsp; Version='18.0' 
RegKey='Software\Embarcadero\BDS\11.0'/&gt;&nbsp;&nbsp;&nbsp; 
<o:p></o:p></SPAN></P></DIV>
<DIV>
<P class=MsoNormal><SPAN 
style='FONT-FAMILY: "Calibri",sans-serif; COLOR: black'>&nbsp;&nbsp;&nbsp; 
&lt;Product Name='RAD Studio XE5'&nbsp; Version='19.0' 
RegKey='Software\Embarcadero\BDS\12.0'/&gt;&nbsp;&nbsp;&nbsp; 
<o:p></o:p></SPAN></P></DIV>
<DIV>
<P class=MsoNormal><SPAN 
style='FONT-FAMILY: "Calibri",sans-serif; COLOR: black'>&nbsp;&nbsp;&nbsp; 
&lt;Product Name='RAD Studio XE6'&nbsp; Version='20.0' 
RegKey='Software\Embarcadero\BDS\14.0'/&gt;&nbsp;&nbsp;&nbsp; 
<o:p></o:p></SPAN></P></DIV>
<DIV>
<P class=MsoNormal><SPAN 
style='FONT-FAMILY: "Calibri",sans-serif; COLOR: black'>&nbsp;&nbsp;&nbsp; 
&lt;Product Name='RAD Studio XE7'&nbsp; Version='21.0' 
RegKey='Software\Embarcadero\BDS\15.0'/&gt;&nbsp;&nbsp;&nbsp; 
<o:p></o:p></SPAN></P></DIV>
<DIV>
<P class=MsoNormal><SPAN 
style='FONT-FAMILY: "Calibri",sans-serif; COLOR: black'>&nbsp;&nbsp;&nbsp; 
&lt;Product Name='RAD Studio XE8'&nbsp; Version='22.0' 
RegKey='Software\Embarcadero\BDS\16.0'/&gt;&nbsp;&nbsp;&nbsp; 
<o:p></o:p></SPAN></P></DIV>
<DIV>
<P class=MsoNormal><SPAN 
style='FONT-FAMILY: "Calibri",sans-serif; COLOR: black'>&nbsp;&nbsp;&nbsp; 
&lt;Product Name='RAD Studio 10 Seattle'&nbsp; Version='23.0' 
RegKey='Software\Embarcadero\BDS\17.0'/&gt;<o:p></o:p></SPAN></P></DIV>
<DIV>
<P class=MsoNormal><SPAN 
style='FONT-FAMILY: "Calibri",sans-serif; COLOR: black'>&nbsp;&nbsp;&nbsp; 
&lt;Product Name='RAD Studio 10.1 Berlin' Version='24.0' 
RegKey='Software\Embarcadero\BDS\18.0'/&gt;<o:p></o:p></SPAN></P></DIV>
<DIV>
<P class=MsoNormal><SPAN 
style='FONT-FAMILY: "Calibri",sans-serif; COLOR: black'>&nbsp;&nbsp;&nbsp; 
&lt;Product Name='RAD Studio 10.2' Version='25.0' 
RegKey='Software\Embarcadero\BDS\19.0'/&gt;<o:p></o:p></SPAN></P></DIV>
<DIV>
<P class=MsoNormal><SPAN 
style='FONT-FAMILY: "Calibri",sans-serif; COLOR: black'>&nbsp;&nbsp;&nbsp; 
&lt;Product Name='RAD Studio 10.3' Version='26.0' 
RegKey='Software\Embarcadero\BDS\20.0'/&gt;<o:p></o:p></SPAN></P></DIV>
<DIV>
<P class=MsoNormal><SPAN 
style='FONT-FAMILY: "Calibri",sans-serif; COLOR: black'>&nbsp;&nbsp;&nbsp; 
&lt;!-- <o:p></o:p></SPAN></P></DIV>
<DIV>
<P class=MsoNormal><SPAN 
style='FONT-FAMILY: "Calibri",sans-serif; COLOR: black'>&nbsp;&nbsp;&nbsp; We 
use The &lt;Description&gt; tag to relate a description and a friendly name with 
a setting. <o:p></o:p></SPAN></P></DIV>
<DIV>
<P class=MsoNormal><SPAN 
style='FONT-FAMILY: "Calibri",sans-serif; COLOR: black'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
- Name: The key name in the registry.<o:p></o:p></SPAN></P></DIV>
<DIV>
<P class=MsoNormal><SPAN 
style='FONT-FAMILY: "Calibri",sans-serif; COLOR: black'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
- FriendlyName: The friendly name to be shown in the selection settings page in 
the Migration Tool. <o:p></o:p></SPAN></P></DIV>
<DIV>
<P class=MsoNormal><SPAN 
style='FONT-FAMILY: "Calibri",sans-serif; COLOR: black'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
- Value: The description to be shown in the bottom in the selection settings 
page in the Migration Tool when the setting has been 
selected.<o:p></o:p></SPAN></P></DIV>
<DIV>
<P class=MsoNormal><SPAN 
style='FONT-FAMILY: "Calibri",sans-serif; COLOR: black'>&nbsp;&nbsp;&nbsp; 
Example: <o:p></o:p></SPAN></P></DIV>
<DIV>
<P class=MsoNormal><SPAN 
style='FONT-FAMILY: "Calibri",sans-serif; COLOR: black'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&lt;Description Name="Auto Save" FriendlyName="Auto Save options" Value="Manages 
the Autosave for the editor files and the project 
desktop"/&gt;&nbsp;&nbsp;&nbsp; <o:p></o:p></SPAN></P></DIV>
<DIV>
<P class=MsoNormal><SPAN 
style='FONT-FAMILY: "Calibri",sans-serif; COLOR: black'>&nbsp;&nbsp;&nbsp; 
--&gt;&nbsp;&nbsp;&nbsp; <o:p></o:p></SPAN></P></DIV>
<DIV>
<P class=MsoNormal><SPAN 
style='FONT-FAMILY: "Calibri",sans-serif; COLOR: black'>&nbsp;&nbsp;&nbsp; 
<o:p></o:p></SPAN></P></DIV>
<DIV>
<P class=MsoNormal><SPAN 
style='FONT-FAMILY: "Calibri",sans-serif; COLOR: black'>&nbsp;&nbsp;&nbsp; 
&lt;!-- Group Rules --&gt;&nbsp;&nbsp;&nbsp; <o:p></o:p></SPAN></P></DIV>
<DIV>
<P class=MsoNormal><SPAN 
style='FONT-FAMILY: "Calibri",sans-serif; COLOR: black'>&nbsp;&nbsp;&nbsp; 
&lt;GroupRule KeyName="DBExpress" 
DescriptionRef=""&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
<o:p></o:p></SPAN></P></DIV>
<DIV>
<P class=MsoNormal><SPAN 
style='FONT-FAMILY: "Calibri",sans-serif; COLOR: black'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&lt;Rule FromVersion="" ToVersion="" Value="" 
Excluded="True"/&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
<o:p></o:p></SPAN></P></DIV>
<DIV>
<P class=MsoNormal><SPAN 
style='FONT-FAMILY: "Calibri",sans-serif; COLOR: black'>&nbsp;&nbsp;&nbsp; 
&lt;/GroupRule&gt;<o:p></o:p></SPAN></P></DIV>
<DIV>
<P class=MsoNormal><SPAN 
style='FONT-FAMILY: "Calibri",sans-serif; COLOR: black'>&nbsp;&nbsp;&nbsp; 
&lt;GroupRule KeyName="Personalities" 
DescriptionRef=""&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
<o:p></o:p></SPAN></P></DIV>
<DIV>
<P class=MsoNormal><SPAN 
style='FONT-FAMILY: "Calibri",sans-serif; COLOR: black'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&lt;Rule FromVersion="" ToVersion="" Value="" 
Excluded="True"/&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
<o:p></o:p></SPAN></P></DIV>
<DIV>
<P class=MsoNormal><SPAN 
style='FONT-FAMILY: "Calibri",sans-serif; COLOR: black'>&nbsp;&nbsp;&nbsp; 
&lt;/GroupRule&gt;&nbsp;&nbsp;&nbsp; <o:p></o:p></SPAN></P></DIV>
<DIV>
<P class=MsoNormal><SPAN 
style='FONT-FAMILY: "Calibri",sans-serif; COLOR: black'>&nbsp;&nbsp;&nbsp; 
&lt;GroupRule KeyName="ToolForm\Mapping" 
DescriptionRef=""&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
<o:p></o:p></SPAN></P></DIV>
<DIV>
<P class=MsoNormal><SPAN 
style='FONT-FAMILY: "Calibri",sans-serif; COLOR: black'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&lt;Rule FromVersion="" ToVersion="" Value="" 
Excluded="True"/&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
<o:p></o:p></SPAN></P></DIV>
<DIV>
<P class=MsoNormal><SPAN 
style='FONT-FAMILY: "Calibri",sans-serif; COLOR: black'>&nbsp;&nbsp;&nbsp; 
&lt;/GroupRule&gt;&nbsp;&nbsp;&nbsp; <o:p></o:p></SPAN></P></DIV>
<DIV>
<P class=MsoNormal><SPAN 
style='FONT-FAMILY: "Calibri",sans-serif; COLOR: black'>&nbsp;&nbsp;&nbsp; 
&lt;GroupRule KeyName="Palette" 
DescriptionRef=""&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
<o:p></o:p></SPAN></P></DIV>
<DIV>
<P class=MsoNormal><SPAN 
style='FONT-FAMILY: "Calibri",sans-serif; COLOR: black'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&lt;Rule FromVersion="" ToVersion="" Value="" 
Excluded="True"/&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
<o:p></o:p></SPAN></P></DIV>
<DIV>
<P class=MsoNormal><SPAN 
style='FONT-FAMILY: "Calibri",sans-serif; COLOR: black'>&nbsp;&nbsp;&nbsp; 
&lt;/GroupRule&gt;&nbsp;&nbsp;&nbsp; <o:p></o:p></SPAN></P></DIV>
<DIV>
<P class=MsoNormal><SPAN 
style='FONT-FAMILY: "Calibri",sans-serif; COLOR: black'>&nbsp;&nbsp;&nbsp; 
&lt;GroupRule KeyName="Debugging\Embarcadero Debuggers\Evaluators" 
DescriptionRef=""&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
<o:p></o:p></SPAN></P></DIV>
<DIV>
<P class=MsoNormal><SPAN 
style='FONT-FAMILY: "Calibri",sans-serif; COLOR: black'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&lt;Rule FromVersion="" ToVersion="" Value="" 
Excluded="True"/&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
<o:p></o:p></SPAN></P></DIV>
<DIV>
<P class=MsoNormal><SPAN 
style='FONT-FAMILY: "Calibri",sans-serif; COLOR: black'>&nbsp;&nbsp;&nbsp; 
&lt;/GroupRule&gt;&nbsp;&nbsp;&nbsp; <o:p></o:p></SPAN></P></DIV>
<DIV>
<P class=MsoNormal><SPAN 
style='FONT-FAMILY: "Calibri",sans-serif; COLOR: black'>&nbsp;&nbsp;&nbsp; 
&lt;GroupRule KeyName="Known Appmethod Packages" 
DescriptionRef=""&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
<o:p></o:p></SPAN></P></DIV>
<DIV>
<P class=MsoNormal><SPAN 
style='FONT-FAMILY: "Calibri",sans-serif; COLOR: black'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&lt;Rule FromVersion="" ToVersion="" Value="" 
Excluded="True"/&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
<o:p></o:p></SPAN></P></DIV>
<DIV>
<P class=MsoNormal><SPAN 
style='FONT-FAMILY: "Calibri",sans-serif; COLOR: black'>&nbsp;&nbsp;&nbsp; 
&lt;/GroupRule&gt;&nbsp;&nbsp;&nbsp; <o:p></o:p></SPAN></P></DIV>
<DIV>
<P class=MsoNormal><SPAN 
style='FONT-FAMILY: "Calibri",sans-serif; COLOR: black'>&nbsp;&nbsp;&nbsp; 
&lt;GroupRule KeyName="Known IDE Packages" 
DescriptionRef=""&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
<o:p></o:p></SPAN></P></DIV>
<DIV>
<P class=MsoNormal><SPAN 
style='FONT-FAMILY: "Calibri",sans-serif; COLOR: black'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&lt;Rule FromVersion="" ToVersion="" Value="" 
Excluded="True"/&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
<o:p></o:p></SPAN></P></DIV>
<DIV>
<P class=MsoNormal><SPAN 
style='FONT-FAMILY: "Calibri",sans-serif; COLOR: black'>&nbsp;&nbsp;&nbsp; 
&lt;/GroupRule&gt;&nbsp;&nbsp;&nbsp; <o:p></o:p></SPAN></P></DIV>
<DIV>
<P class=MsoNormal><SPAN 
style='FONT-FAMILY: "Calibri",sans-serif; COLOR: black'>&nbsp;&nbsp;&nbsp; 
&lt;GroupRule KeyName="Known Packages" 
DescriptionRef=""&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
<o:p></o:p></SPAN></P></DIV>
<DIV>
<P class=MsoNormal><SPAN 
style='FONT-FAMILY: "Calibri",sans-serif; COLOR: black'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&lt;Rule FromVersion="" ToVersion="" Value="" 
Excluded="True"/&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
<o:p></o:p></SPAN></P></DIV>
<DIV>
<P class=MsoNormal><SPAN 
style='FONT-FAMILY: "Calibri",sans-serif; COLOR: black'>&nbsp;&nbsp;&nbsp; 
&lt;/GroupRule&gt;&nbsp;&nbsp;&nbsp; <o:p></o:p></SPAN></P></DIV>
<DIV>
<P class=MsoNormal><SPAN 
style='FONT-FAMILY: "Calibri",sans-serif; COLOR: black'>&nbsp;&nbsp;&nbsp; 
&lt;GroupRule KeyName="Package Cache" 
DescriptionRef=""&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
<o:p></o:p></SPAN></P></DIV>
<DIV>
<P class=MsoNormal><SPAN 
style='FONT-FAMILY: "Calibri",sans-serif; COLOR: black'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&lt;Rule FromVersion="" ToVersion="" Value="" 
Excluded="True"/&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
<o:p></o:p></SPAN></P></DIV>
<DIV>
<P class=MsoNormal><SPAN 
style='FONT-FAMILY: "Calibri",sans-serif; COLOR: black'>&nbsp;&nbsp;&nbsp; 
&lt;/GroupRule&gt;&nbsp;&nbsp;&nbsp; <o:p></o:p></SPAN></P></DIV>
<DIV>
<P class=MsoNormal><SPAN 
style='FONT-FAMILY: "Calibri",sans-serif; COLOR: black'>&nbsp;&nbsp;&nbsp; 
&lt;GroupRule KeyName="Library" 
DescriptionRef=""&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
<o:p></o:p></SPAN></P></DIV>
<DIV>
<P class=MsoNormal><SPAN 
style='FONT-FAMILY: "Calibri",sans-serif; COLOR: black'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&lt;Rule FromVersion="" ToVersion="" Value="" Excluded="False" 
ActionType="path"/&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
<o:p></o:p></SPAN></P></DIV>
<DIV>
<P class=MsoNormal><SPAN 
style='FONT-FAMILY: "Calibri",sans-serif; COLOR: black'>&nbsp;&nbsp;&nbsp; 
&lt;/GroupRule&gt;&nbsp;&nbsp;&nbsp; <o:p></o:p></SPAN></P></DIV>
<DIV>
<P class=MsoNormal><SPAN 
style='FONT-FAMILY: "Calibri",sans-serif; COLOR: black'>&nbsp;&nbsp;&nbsp; 
&lt;GroupRule KeyName="CatalogRepository" 
DescriptionRef=""&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
<o:p></o:p></SPAN></P></DIV>
<DIV>
<P class=MsoNormal><SPAN 
style='FONT-FAMILY: "Calibri",sans-serif; COLOR: black'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&lt;Rule FromVersion="" ToVersion="" Value="" 
Excluded="True"/&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
<o:p></o:p></SPAN></P></DIV>
<DIV>
<P class=MsoNormal><SPAN 
style='FONT-FAMILY: "Calibri",sans-serif; COLOR: black'>&nbsp;&nbsp;&nbsp; 
&lt;/GroupRule&gt;&nbsp;&nbsp;&nbsp; <o:p></o:p></SPAN></P></DIV>
<DIV>
<P class=MsoNormal><SPAN 
style='FONT-FAMILY: "Calibri",sans-serif; COLOR: black'>&nbsp;&nbsp;&nbsp; 
<o:p></o:p></SPAN></P></DIV>
<DIV>
<P class=MsoNormal><SPAN 
style='FONT-FAMILY: "Calibri",sans-serif; COLOR: black'>&nbsp;&nbsp;&nbsp; 
&lt;!-- Setting Rules --&gt;<o:p></o:p></SPAN></P></DIV>
<DIV>
<P class=MsoNormal><SPAN 
style='FONT-FAMILY: "Calibri",sans-serif; COLOR: black'>&nbsp;&nbsp;&nbsp; 
&lt;SettingRule KeyName="AutoRun\UpdateCheck" 
Name="ProgramToRun"&gt;&nbsp;&nbsp;&nbsp; <o:p></o:p></SPAN></P></DIV>
<DIV>
<P class=MsoNormal><SPAN 
style='FONT-FAMILY: "Calibri",sans-serif; COLOR: black'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&lt;Rule FromVersion="" ToVersion="" Value="" 
Excluded="True"/&gt;<o:p></o:p></SPAN></P></DIV>
<DIV>
<P class=MsoNormal><SPAN 
style='FONT-FAMILY: "Calibri",sans-serif; COLOR: black'>&nbsp;&nbsp;&nbsp; 
&lt;/SettingRule&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
<o:p></o:p></SPAN></P></DIV>
<DIV>
<P class=MsoNormal><SPAN 
style='FONT-FAMILY: "Calibri",sans-serif; COLOR: black'>&nbsp;&nbsp;&nbsp; 
&lt;SettingRule KeyName="Editor\Source Options\Borland.EditOptions.Pascal" 
Name="File Extensions"&gt;&nbsp;&nbsp;&nbsp; <o:p></o:p></SPAN></P></DIV>
<DIV>
<P class=MsoNormal><SPAN 
style='FONT-FAMILY: "Calibri",sans-serif; COLOR: black'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&lt;Rule FromVersion="" ToVersion="" Value="" 
Excluded="True"/&gt;<o:p></o:p></SPAN></P></DIV>
<DIV>
<P class=MsoNormal><SPAN 
style='FONT-FAMILY: "Calibri",sans-serif; COLOR: black'>&nbsp;&nbsp;&nbsp; 
&lt;/SettingRule&gt;<o:p></o:p></SPAN></P></DIV>
<DIV>
<P class=MsoNormal><SPAN 
style='FONT-FAMILY: "Calibri",sans-serif; COLOR: black'>&nbsp;&nbsp;&nbsp; 
&lt;SettingRule KeyName="Globals" Name="InstalledDemosDir"&gt;&nbsp;&nbsp;&nbsp; 
<o:p></o:p></SPAN></P></DIV>
<DIV>
<P class=MsoNormal><SPAN 
style='FONT-FAMILY: "Calibri",sans-serif; COLOR: black'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&lt;Rule FromVersion="" ToVersion="" Value="" 
Excluded="True"/&gt;<o:p></o:p></SPAN></P></DIV>
<DIV>
<P class=MsoNormal><SPAN 
style='FONT-FAMILY: "Calibri",sans-serif; COLOR: black'>&nbsp;&nbsp;&nbsp; 
&lt;/SettingRule&gt;&nbsp;&nbsp;&nbsp; <o:p></o:p></SPAN></P></DIV>
<DIV>
<P class=MsoNormal><SPAN 
style='FONT-FAMILY: "Calibri",sans-serif; COLOR: black'>&nbsp;&nbsp;&nbsp; 
&lt;SettingRule KeyName="Transfer" Name="Title0"&gt;&nbsp;&nbsp;&nbsp; 
<o:p></o:p></SPAN></P></DIV>
<DIV>
<P class=MsoNormal><SPAN 
style='FONT-FAMILY: "Calibri",sans-serif; COLOR: black'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&lt;Rule FromVersion="" ToVersion="" Value="" 
Excluded="True"/&gt;<o:p></o:p></SPAN></P></DIV>
<DIV>
<P class=MsoNormal><SPAN 
style='FONT-FAMILY: "Calibri",sans-serif; COLOR: black'>&nbsp;&nbsp;&nbsp; 
&lt;/SettingRule&gt;<o:p></o:p></SPAN></P></DIV>
<DIV>
<P class=MsoNormal><SPAN 
style='FONT-FAMILY: "Calibri",sans-serif; COLOR: black'>&nbsp;&nbsp;&nbsp; 
&lt;SettingRule KeyName="Transfer" Name="Path0"&gt;&nbsp;&nbsp;&nbsp; 
<o:p></o:p></SPAN></P></DIV>
<DIV>
<P class=MsoNormal><SPAN 
style='FONT-FAMILY: "Calibri",sans-serif; COLOR: black'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&lt;Rule FromVersion="" ToVersion="" Value="" 
Excluded="True"/&gt;<o:p></o:p></SPAN></P></DIV>
<DIV>
<P class=MsoNormal><SPAN 
style='FONT-FAMILY: "Calibri",sans-serif; COLOR: black'>&nbsp;&nbsp;&nbsp; 
&lt;/SettingRule&gt;<o:p></o:p></SPAN></P></DIV>
<DIV>
<P class=MsoNormal><SPAN 
style='FONT-FAMILY: "Calibri",sans-serif; COLOR: black'>&nbsp;&nbsp;&nbsp; 
&lt;SettingRule KeyName="Transfer" Name="WorkingDir0"&gt;&nbsp;&nbsp;&nbsp; 
<o:p></o:p></SPAN></P></DIV>
<DIV>
<P class=MsoNormal><SPAN 
style='FONT-FAMILY: "Calibri",sans-serif; COLOR: black'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&lt;Rule FromVersion="" ToVersion="" Value="" 
Excluded="True"/&gt;<o:p></o:p></SPAN></P></DIV>
<DIV>
<P class=MsoNormal><SPAN 
style='FONT-FAMILY: "Calibri",sans-serif; COLOR: black'>&nbsp;&nbsp;&nbsp; 
&lt;/SettingRule&gt;<o:p></o:p></SPAN></P></DIV>
<DIV>
<P class=MsoNormal><SPAN 
style='FONT-FAMILY: "Calibri",sans-serif; COLOR: black'>&nbsp;&nbsp;&nbsp; 
<o:p></o:p></SPAN></P></DIV>
<DIV>
<P class=MsoNormal><SPAN 
style='FONT-FAMILY: "Calibri",sans-serif; COLOR: black'>&nbsp;&nbsp;&nbsp; 
<o:p></o:p></SPAN></P></DIV>
<DIV>
<P class=MsoNormal><SPAN 
style='FONT-FAMILY: "Calibri",sans-serif; COLOR: black'>&lt;/SettingData&gt;<o:p></o:p></SPAN></P></DIV>
<DIV>
<P class=MsoNormal><SPAN 
style='FONT-FAMILY: "Calibri",sans-serif; COLOR: black'>&nbsp;<o:p></o:p></SPAN></P></DIV>
<DIV>
<DIV>
<DIV>
<P class=MsoNormal><SPAN 
style='FONT-SIZE: 10pt; FONT-FAMILY: "Tahoma",sans-serif; COLOR: black'>&nbsp;<o:p></o:p></SPAN></P></DIV>
<DIV>
<DIV>
<P class=MsoNormal style="BACKGROUND: whitesmoke"><B><SPAN 
style='FONT-SIZE: 10pt; FONT-FAMILY: "Tahoma",sans-serif; COLOR: black'>From:</SPAN></B><SPAN 
style='FONT-SIZE: 10pt; FONT-FAMILY: "Tahoma",sans-serif; COLOR: black'> David 
O'Brien <o:p></o:p></SPAN></P></DIV>
<DIV>
<P class=MsoNormal style="BACKGROUND: whitesmoke"><B><SPAN 
style='FONT-SIZE: 10pt; FONT-FAMILY: "Tahoma",sans-serif; COLOR: black'>Sent:</SPAN></B><SPAN 
style='FONT-SIZE: 10pt; FONT-FAMILY: "Tahoma",sans-serif; COLOR: black'> 
Tuesday, December 31, 2019 10:20 AM<o:p></o:p></SPAN></P></DIV>
<DIV>
<P class=MsoNormal style="BACKGROUND: whitesmoke"><B><SPAN 
style='FONT-SIZE: 10pt; FONT-FAMILY: "Tahoma",sans-serif; COLOR: black'>To:</SPAN></B><SPAN 
style='FONT-SIZE: 10pt; FONT-FAMILY: "Tahoma",sans-serif; COLOR: black'> NZ 
Borland Developers Group - Delphi List <o:p></o:p></SPAN></P></DIV>
<DIV>
<P class=MsoNormal style="BACKGROUND: whitesmoke"><B><SPAN 
style='FONT-SIZE: 10pt; FONT-FAMILY: "Tahoma",sans-serif; COLOR: black'>Subject:</SPAN></B><SPAN 
style='FONT-SIZE: 10pt; FONT-FAMILY: "Tahoma",sans-serif; COLOR: black'> [DUG] 
Delphi Environment variables<o:p></o:p></SPAN></P></DIV></DIV></DIV>
<DIV>
<P class=MsoNormal><SPAN 
style='FONT-FAMILY: "Calibri",sans-serif; COLOR: black'>&nbsp;<o:p></o:p></SPAN></P></DIV></DIV>
<DIV>
<P class=MsoNormal><SPAN lang=EN-US 
style='FONT-SIZE: 11pt; FONT-FAMILY: "Calibri",sans-serif; COLOR: black'>I am 
looking for the location of the environment variables: $(BDS), $(BDSBIN), 
etc…<o:p></o:p></SPAN></P>
<P class=MsoNormal><SPAN lang=EN-US 
style='FONT-SIZE: 11pt; FONT-FAMILY: "Calibri",sans-serif; COLOR: black'>I 
cannot find the definitions anywhere. I would like to get these for each 
installed version of Delphi.<o:p></o:p></SPAN></P>
<P class=MsoNormal><SPAN style="COLOR: black">&nbsp;</SPAN><SPAN lang=EN-US 
style='FONT-SIZE: 11pt; FONT-FAMILY: "Calibri",sans-serif; COLOR: black'><o:p></o:p></SPAN></P>
<P class=MsoNormal><SPAN lang=EN-US 
style='FONT-SIZE: 11pt; FONT-FAMILY: "Calibri",sans-serif; COLOR: black'>Any 
idea where these are defined?<o:p></o:p></SPAN></P>
<P class=MsoNormal><SPAN style="COLOR: black">&nbsp;</SPAN><SPAN lang=EN-US 
style='FONT-SIZE: 11pt; FONT-FAMILY: "Calibri",sans-serif; COLOR: black'><o:p></o:p></SPAN></P>
<P class=MsoNormal><SPAN lang=EN-US 
style='FONT-SIZE: 11pt; FONT-FAMILY: "Calibri",sans-serif; COLOR: black'>Regards,<o:p></o:p></SPAN></P>
<P class=MsoNormal><SPAN lang=EN-US 
style='FONT-SIZE: 11pt; FONT-FAMILY: "Calibri",sans-serif; COLOR: black'>Dave.<o:p></o:p></SPAN></P>
<DIV class=MsoNormal style="TEXT-ALIGN: center" align=center><SPAN 
style='FONT-FAMILY: "Calibri",sans-serif; COLOR: black'>
<HR align=center SIZE=2 width="100%">
</SPAN></DIV>
<P class=MsoNormal><SPAN 
style='FONT-FAMILY: "Calibri",sans-serif; COLOR: black'>_______________________________________________<BR>NZ 
Borland Developers Group - Delphi mailing list<BR>Post: 
<A>delphi@listserver.123.net.nz</A><BR>Admin: <A 
href="http://delphi.org.nz/mailman/listinfo/delphi">http://delphi.org.nz/mailman/listinfo/delphi</A><BR>Unsubscribe: 
send an email to <A>delphi-request@listserver.123.net.nz</A> with Subject: 
unsubscribe<o:p></o:p></SPAN></P></DIV></DIV></DIV></DIV>
<P>
<HR>
_______________________________________________<BR>NZ Borland Developers Group - 
Delphi mailing list<BR>Post: delphi@listserver.123.net.nz<BR>Admin: 
http://delphi.org.nz/mailman/listinfo/delphi<BR>Unsubscribe: send an email to 
delphi-request@listserver.123.net.nz with Subject: 
unsubscribe</DIV></DIV></DIV></BODY></HTML>