Delphi10.2 VCL Forms Application 的構成

來源:互聯網
上載者:User

標籤:ref   created   es2017   option   ati   command   phi   cache   this   

Delphi10.2 項目的構成(File Extensions of Files Generated by RAD Studio)

Step1、開啟 Delphi10.2,選擇【File | New | VCL Forms Application - Delphi】,建立一個 Delphi 應用程式;

Step2、選擇【File | Save All】,將我們的預設Delphi程式儲存到一個獨立的檔案夾(例如 F:\Delphi10.2\First)中;

Step3、Project Manager 中的 Build Configurations Target Platforms 選項中分別選擇 32位 Debug、32 位 Release、64位 Debug和64位 Release組合,並按【F9】運行我們的程式;

Step4、接下來開啟Windows資源管理員,開啟剛剛儲存的檔案夾看看,如:

並且 Win32(Win64) 的 Debug(Release) 目錄下檔案如下:

下面結合 Delphi10.2 的協助檔案說明下每個檔案的具體意義:

  • Project1.dpr】Delphi project source; when compiled, produces .exe, .dll, or .ocx file.
  • Project1.dproj】Delphi project file created by the IDE. Contains the current settings for project options, such as compiler and linker settings, directories, conditional directives, and command-line parameters. Set these options using Project > Options. This file is not used when compiling a project from the command line using the command line compiler.
  • Project1.dproj.local】User-specific project options.
  • Project1.identcache】Information used for refactoring.
  • Project1.res】Compiled and uncompiled resource files.
  • Unit1.dfm】A Windows VCL form file.
  • Unit1.pas】Delphi source file.
  • _history 檔案夾】 There are now three versions of the file stored in the current directory in a hidden directory named __history.
  • _recovery 檔案夾】 When Tools > Options > Environment Options > AutoRecover is enabled, RAD Studio saves the recovery files in the hidden folder called _recovery, in the folder of your project.
  • Win32 檔案夾 】Output folder, 32-bit Windows platform
  • Win64 檔案夾】 Output folder, 64-bit Windows platform
  • Project1.exe】 應用程式
  • Unit1.dcu】Delphi compiled unit file.

Delphi10.2 VCL Forms Application 的構成

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.