Jump to content

Beginner at Delphi

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
7 replies to this topic

#1
err0r

err0r

    Newbie

  • Members
  • Pip
  • 3 posts
I decided to start learning Delphi yesterday but I want to know a few things.


1) What extension are delphi files in?

2) Is is compiled?

3) What languages is it similar to (Don't say pascal) ?

4) Where are the best tutorials that you have found?

5) Anything I should know before getting started?

#2
gogetax1

gogetax1

    Newbie

  • Members
  • PipPip
  • 14 posts
ill answer you at simple sentance..

delphi creates .exe/dll and more more more files.. delphi is most pro languange afer CPP.. (and i dont mean that CPP is better than delphi - if u know how to use it)
delphi is most like Visual BASIC languange.. really simple and easy. And you should start by creating your own forms with buttons and stuff.. remember that this forum will always be for you to help you in any problem you got there..
about tutorials.. just google for "Delphi Tutorials" it will give ya tonots of beginner's tuts for delphi.

#3
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
Delphi uses .dfm for form definitions, and .pas for code.

It is compiled.

Delphi is object-pascal + borland components. It is similar to Lazarus, which is also based on object-pascal.

I haven't used any tutorials while learning it.

It's an OOP/Event-Driven language, and share characteristics with other languages like it.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#4
carly

carly

    Learning Programmer

  • Members
  • PipPipPip
  • 34 posts
It has no sense to start Delphi now.
It' dead for years in industry

#5
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
I'll have to tell my boss we should stop coding in Delphi, then. It's not the biggest language out there, but it works well, and the component shops are obviously staying in business.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#6
ooisootuck

ooisootuck

    Learning Programmer

  • Members
  • PipPipPip
  • 36 posts
Delphi is alive!! I use it daily and it works on all Windows versions, and even Linux with WINE

#7
gogetax1

gogetax1

    Newbie

  • Members
  • PipPip
  • 14 posts
omg you are soo not the only one that uses delphi! delphi ownz :P

#8
ooisootuck

ooisootuck

    Learning Programmer

  • Members
  • PipPipPip
  • 36 posts
Hi,

Visit some of sites for Delphi information, component, tips and forum at
(search these sites at google, sorry, don't have enough posts to post link)

torry
delphipages
swiss delphi centre

Thanks