0% found this document useful (0 votes)
2 views6 pages

Saving in Delphi

Delphi is a high-level, object-oriented programming language used for rapid application development across various platforms, including Windows and Linux. The document provides a step-by-step guide on how to open and save a new Delphi project, emphasizing the importance of saving immediately after creation. It includes detailed instructions for organizing project files and naming conventions.

Uploaded by

bnakedim2
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views6 pages

Saving in Delphi

Delphi is a high-level, object-oriented programming language used for rapid application development across various platforms, including Windows and Linux. The document provides a step-by-step guide on how to open and save a new Delphi project, emphasizing the importance of saving immediately after creation. It includes detailed instructions for organizing project files and naming conventions.

Uploaded by

bnakedim2
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 6

2/17/2025

INTRODUCTION
TO DELPHI

WHAT IS DELPHI?
Delphi is a high level language supporting
object-oriented design.
It is a rapid application development used
to develop applications ranging from
database solutions to mobile applications
and is used on Windows as well as Linux.

1
2/17/2025

OPEN & SAVE


A DELPHI
PROJECT

OPENING A NEW DELPHI


PROJECT

FILE
 NEW
WINDOWS VCL
APPLICATION –
DELPHI

2
2/17/2025

SAVING A NEW DELPHI PROJECT


!!!!! SAVE DIRECTLY AFTER
CREATING A NEW PROJECT !!!!

STEP 1
 FILE
SAVE PROJECT AS …

STEP 2
!!! FIND YOUR LEARNER
NUMBER FOLDER !!!!!!

3
2/17/2025

STEP 3

 CREATE A NEW FOLDER

STEP 4

 RENAME THE NEW FOLDER

4
2/17/2025

STEP 5
 OPENTHE FOLDER
CREATED

 CHANGE THE FILE NAME OF

STEP 6 THE UNIT:


 NameOfProgram
followed by _
followed by ‘u’
Example_u

 save

5
2/17/2025

 CHANGE THE FILE NAME OF

STEP 7 THE PROJECT:


 NameOfProgram
followed by _
followed by ‘p’
Example_p

 save

Check that file is saved


correctly!!

You might also like