DelphiFan Magazine

Top Menu

Main Menu

  • DELPHI
  • CODE SAMPLES
  • FIREMONKEY
  • DATABASE
  • RELEASES
  • VIDEOS
  • REVIEW
  • TECH NEWS

logo

DelphiFan Magazine

  • DELPHI
  • CODE SAMPLES
  • FIREMONKEY
  • DATABASE
  • RELEASES
  • VIDEOS
  • REVIEW
  • TECH NEWS
  • How to add a server application written in UNIGUI to startup?

  • UniGUI Expiry Link Anonymizer

  • UniGUI Add CAPTCHA to the WEB project

  • UniGui. Unique hybrid of Delphi and JS

  • How to transform a blob field into string lines (varchar) in SQL Firebird?

CODE SAMPLESDELPHI
Home›CODE SAMPLES›Delphi View DPR file

Delphi View DPR file

By admin
January 1, 2021
361
0
Share:

By selecting [Project | View Source], you can see the basic appearance of the DPR file, the operation is as follows:

The content of the default Delphi project file is as follows:

program Project1; {Keyword program}

uses             {uses unit reference}

Vcl.Forms, //New unit name VCL qualification

  Unit1 in ‘Unit1.pas’ {Form1};

{$R *.res}

begin

  Application.Initialize;

  Application.MainFormOnTaskbar := True;

{The MainForm is displayed in the taskbar by default, instead of the previous version of Application}

  Application.CreateForm(TForm1, Form1);

  Application.Run;

end.

Tagsdelphidprdpr fileshow dpr file
Previous Article

View the output function list of DLL

Next Article

Theme setting for Delphi

0
Shares
  • 0
  • +
  • 0
  • 0
  • 0
  • 0

admin

Related articles More from author

  • CODE SAMPLESDELPHI

    How create a new uniGUI application

    November 8, 2020
    By admin
  • CODE SAMPLESDELPHIFIREMONKEY

    Delphi Android internal system related operations

    December 11, 2020
    By admin
  • CODE SAMPLESDELPHI

    Use of Unigui fontawesome icon font library

    November 11, 2020
    By admin
  • DELPHIRELEASES

    DevExpress VCL Controls 20.1.5 released

    September 10, 2020
    By admin
  • VIDEOS

    Setting up, running and debugging your first MacOS application from Delphi

    September 27, 2020
    By admin
  • DELPHIVIDEOS

    Setup and deploy of first iOS App with Delphi

    September 27, 2020
    By admin

Leave a reply Cancel reply

You may interested

  • CODE SAMPLESDELPHI

    Two ways to improve the efficiency of unigui development

  • CODE SAMPLESDELPHI

    Use of Unigui fontawesome icon font library

  • DELPHIRELEASES

    Bold for Delphi is Open Source

  • LATEST REVIEWS

  • TOP REVIEWS

Timeline

  • January 27, 2021

    How to add a server application written in UNIGUI to startup?

  • January 27, 2021

    UniGUI Expiry Link Anonymizer

  • January 26, 2021

    UniGUI Add CAPTCHA to the WEB project

  • January 26, 2021

    UniGui. Unique hybrid of Delphi and JS

  • January 13, 2021

    How to transform a blob field into string lines (varchar) in SQL Firebird?

Latest Comments

Find us on Facebook

Follow Us on Instagram

logo

Our website, law, laws, copyright and aims to be respectful of individual rights. Our site, as defined in the law of 5651 serves as a provider of space. According to the law, contrary to the law of site management has no obligation to monitor content. Therefore, our site has adopted the principle of fit and remove. Works are subject to copyright laws and is shared in a manner that violated their legal rights, or professional associations, rights holders who, adsdelphi@gmail.com I can reach us at e-mail address. Complaints considered to be infringing on the examination of the content will be removed from our site.

About us

  • 660 Pennsylvania Avenue Southeast #100 Washington, DC 20003
  • 0123456789
  • adsdelphi@gmail.com
  • Recent

  • Popular

  • Comments

  • How to add a server application written in UNIGUI to startup?

    By admin
    January 27, 2021
  • UniGUI Expiry Link Anonymizer

    By admin
    January 27, 2021
  • UniGUI Add CAPTCHA to the WEB project

    By admin
    January 26, 2021
  • UniGui. Unique hybrid of Delphi and JS

    By admin
    January 26, 2021
  • How to add a server application written in UNIGUI to startup?

    By admin
    January 27, 2021
  • Amazing Cross Platform Email App Sample In Delphi 10.4.1 FireMonkey For Android And IOS

    By admin
    August 13, 2020
  • Critical Update Available For Delphi FireMonkey 10.4.1 On Android, IOS, OSX, Windows, And Linux

    By admin
    September 4, 2020
  • Setting up the IDE for your first Android Application in Delphi

    By admin
    September 7, 2020

Follow us

Find us on Facebook

© Copyright Delphifan Forum. All rights reserved.