Delphi 系统安装后,有默认的配置如下: 1、在 Tools\Options 中进行全局配置 :主要是: 1) Environment Options (环境) EnvironmentVariavbles: 包括 (系统变量 System Variavbles / 用户变量 User Overrid
Delphi 系统安装后,有默认的配置如下:
1、在 Tools\Options 中进行全局配置 :主要是:
1) Environment Options (环境)
Environment Variavbles: 包括
(系统变量System Variavbles / 用户变量User Overrides),也可以通过 Windows “高级系统设置”。
Path 的设置 ,即 查找路径 。 用于查找:包Bpl 文件?
2)Delphi Options
(1) Libary :(不同运行平台 Win32/64,Android 等下的配置)
Libary Path :
Package Output Path : $(BDSCOMMONDIR)\Bpl 即 C:\Users\Public\Documents\Embarcadero\Studio\19.0\Bpl
Dcp Output Path : $(BDSCOMMONDIR)\Dcp 即 C:\Users\Public\Documents\Embarcadero\Studio\19.0\DCP
Browsing Path:
Unit scope names: (默认 空) 单元空间名称?
Debug DCU Path :
HPP Output Path : $(BDSCOMMONDIR)\hpp\$(Platform) 即 C:\Users\Public\Documents\Embarcadero\Studio\19.0\hpp\Win32