Resources For Beginner Delphi Programmer ? - Delphi 7.0 Personal

Pages: 1, 2
free web hosting

Read Latest Entries..: (Post #11) by juancarlosvergar on Apr 2 2007, 08:26 PM. (Line Breaks Removed)
I need a manual for beginner users for DELPHI. There is another form to create DataBase easy without yhe TTable and TDataSource?
Read the FIRST post of this Topic. - Express your Opinion! Contribute Knowledge :-).

Free Web Hosting > Computers & Tech > Programming > Programming General > Delphi & (Object) Pascal

Resources For Beginner Delphi Programmer ? - Delphi 7.0 Personal

hast-webben
Hi,

I've just purcased Borland Delphi 7.0 Personal, as I've have an idea to an publication that I wish to create. But I seemed much more complicated than I was expected.

I've been working with webdesigning for several years, and also PHP programming, but never worked with any core programming applications like this.

My question is as follow. Do anyone have any expirence about Delphi, and do any knows where to find turtorials or even better samples, as I really like to try this out and then further as it looks funny and cool.

My application idea is something like an booking system, actually more like an riding horse competition application manager, and I would like to connect it into an database and if it could work mysql database, as I also would like it to generate dynamicaly websites, that should be updated directly from the database.

Is this too complictated for delphi or too complicated generally, or do there exist some other easier way to do surch application.

I hope that someone is awail to help me here, and probably starting an forum for delphi programming.

Thanks

Cheers!

Jens

Notice from microscopic^earthling:
Topic title edited to reflect the content more suitably.

 

 

 


Reply

miCRoSCoPiC^eaRthLinG
    [/tab]I don't have much idea of Delphi - though I've seen a lot of friends work on it. What I felt is it's pretty damned easy to accomplish your objective with Delphi. It operates somewhat on the same lines as MS Visual Studio - you've a whole bunch of graphics widgets (buttons, textfields, radio-buttons, checkboxes etc.) which you can drag and drop onto a form and rapidly come up with an interface. Linking these to a database is no hassle at all, bcoz Delphi has been specifically designed for that - to create frontends to a wide variety of databases.

[tab]As far as I know, the language used for writing code in Delphi is Object Pascal - which is the object oriented variety of Pascal. Since you're familiar with programming (PHP) - shifting over to pascal wouldn't be difficult at all. Except for strong types (i.e. you've to declare each and every variable to be of a particular data type like integer, double etc. before you can use them) - the flow of code should be quite akin to PHP. The keywords not quite the same - you'll have to learn all the pascal keywords.

    I think moonwitch has prior experience in Delphi and probably she can help you out here. Waitup and see who else is into delphi and if we get a lot of interesting threads on it - starting a new forum isn't a problem at all smile.gif

All the best

 

 

 


Reply

overture
it is pretty easy to achieve what ever you generally want in Delphi, i learned it in College although most of it on my own time smile.gif. I have a few sites for you ones we got from college:

http://www.swissdelphicenter.ch/torry/ - This has a lot of tips and code samples about many many things and alot on Databases.

http://www.delphibasics.co.uk/ - This one is very good, it doesn't really offer any downloads of code samples, but it has alot of information about Types, Structures, Files and Units and has practically every Type and its descendents you could use.

http://www.delphi-central.com/ - many tutorials, tips

I don't know many websites for you as I have never actually used them, being as it was for college i learnt from books and examples we got at college. What you want to do is possible but may take a little patients and knowledge on your part for connection functions and so on.

p.s. have you used the examples which have come with Delphi. if you go into the Borland program folder and click on Delphi 7 then on Demos you will see all of the examples and executable files with full code which you can run and change which will probably help you alot.

if you have done PHP before then this may come easier to you like M^E said. If you find something difficult in the future or require some help on this project then feel free to send me a message or some one else if they have more knowledge which will most likely happen on here lol.

good luck

overture

Reply

hast-webben
Hi,

Thanks alot for many useful hits..:-) I can promise that I would came again with several more requests in this new forum, as at the beginning does Delphi looks like something that could be useful for me, and for my future creating of applications. But I can imagine that I would have alot of both works and also learning to do b4 that I would be able to create my first serious creation.

What I also did search for was the possiblity to connect an Delphi program into an MySQL database, and combine it into an PHP site. So if any have surch expirence, PLEASE come arround. As I think that it would be useful and funny to try out.

Anyway thanks again and have a very nice weekend.

Cheers,

Jens

Reply

moonwitch
At the moment I don't have Delphi on my system (I used 6, which we got in school). But to connect a Delphi program with a MySQL database to then generate dynamic pages in php.. seems a bit tricky for a beginner. I may have some experience, but I never connected to a MySQL database, we wrote things such as text editors, games, accountancy programs. (Drop dead boring!)

I would think you'd be best off sticking to a webbased interface, and using php or perhaps JavaScript. That may make it way more simple to achieve what you want. Now as far as Delphi and PHP being similar, somewhat yes. JavaScript is closer to Delphi (from what I've seen in JS)

What I recommend to use with great care is indentation! (really, after typing for ages and working with 10 others on a project on CVS you NEED to use that LOL).. Also for declarations, functions etc..

function Button1.onClick (tObject)
if Label1.Caption := 10
    [/tab]beep
[tab]    [/tab]else
[tab]showMessage("Blegh");

Or something like that (I just typed this of the cuff, so I can be wrong. But use caps when you're handcoding. You will learn to love it wink.gif (oh and uhm Classic or Twilight are good colour schemes)

Reply

hast-webben
Hi,

I was in and looking into these recomanded sites, and it seemed to contains many interesting and useful things. But I would be happy if any could give some hints to explain how to connect or link diffrent applications into eachother surch as an mysql databas and then generate dynamicaly sites builded on surch of tempelates included styles etc.

As mentioned before do I really want to learn this, as I think that I can use much more out of it in the future.

See you all....
Cheers!

Jens

Reply

ihope
QUOTE(moonwitch @ Apr 16 2005, 08:58 PM)
function Button1.onClick (tObject)
if Label1.Caption := 10
    [/tab]beep
[tab]    [/tab]else
[tab]showMessage("Blegh");


Whoo, there's plenty wrong with that but I won't bug you about it unless you specifically state you want me to bug you about it.

huh.gif

CODE
procedure TForm1.Button1Click(Sender:TObject)


Hehe, sorry, I won't do it again...

huh.gif

wink.gif

blink.gif

laugh.gif

Reply

max bitt
You can get source code of this software made in Delphi HERE

Reply

Digital Technic
Any kind of Delphi questions/help you need please feel free to contact me. I do this as a profession and in my spare time and have honed my skills for quite some time now.

Regards, Digital Technic.

Reply

Chesso
Thumbs up to the user who recommended delphibasics.co.uk, it's a really great starting point for beginners and is a great reference for Delphi programmers of any experience level.

Also for a great Delphi help forum you should take a look at http://www.delphipages.com/threads, the experts there are really helpfull and using the forums search capabilities you will find most simple and even some complex and out of the way answers to your questions.

Hope you enjoy Delphi, it's always good to see someone else giving it a try.

EDIT: Also about that application you desire to program, I would highly recommend using plain text files for storage first even if just for a basic program so you can get used to how it works and the general workings of programming in Delphi.

delphibasics.co.uk mentioned above has a great basic tutorial on playing with text files which is what I learnt from myself. The delphipages forum I mentioned above should have lots of information on what you can use for database programming and how to use it.

Reply

Latest Entries

juancarlosvergar
I need a manual for beginner users for DELPHI. There is another form to create DataBase easy without yhe TTable and TDataSource?

Reply


Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

(Maximum characters: 10,000)
You have characters left.
Confirm Code:

Pages: 1, 2
Recent Queries:-
  1. beginner programmer - 12.61 hr back. (1)
  2. delphi out of resources - 25.04 hr back. (1)
  3. out of system resorces delphi - 47.23 hr back. (1)
  4. out of system resources delphi - 74.33 hr back. (1)
  5. how to use the timer object in delphi 6.0 - 77.59 hr back. (1)
  6. delphi 7 books beginner - 80.82 hr back. (1)
  7. delphi 7 resources - 140.43 hr back. (1)
  8. resource delphi - 154.59 hr back. (1)
  9. createdatabase delphi no mysql knowledge - 168.76 hr back. (1)
  10. "out of system resources" delphi 2005 - 169.29 hr back. (1)
  11. delphi beginner - 175.60 hr back. (2)
  12. create resource delphi how to - 214.81 hr back. (1)
  13. delphi "out of system resources" - 216.31 hr back. (1)
  14. enjoy delphi - 212.17 hr back. (2)
Similar Topics

Keywords : resources beginner delphi programmer delphi personal

  1. Uploading File Using Delphi To A Php Upload Script - delphi 6 would be prefered (4)
    simple question: how to upload files using delphi, using http protokol that will be received by php
    script ? ex: delphi ---------------> www.giveittome.com/whereisit.php thanks Oncom Beureum...
  2. Delphi 6 And XP - (2)
    My old Delphi 4 will not run on an XP system. Does Delphi 6 run in an XP environment and/or will an
    application developed in Delphi 6 run in an XP environment?...
  3. Hide Delphi's Splash Screen - Delphi 6 - (0)
  4. Keyboard Simulation - Low-level / Pascal / Delphi / Keyboard input simulation (3)
    I'm trying to simulate a key press in an external program (actually a game). Using the
    keybd_event does work for regular Windows programs (like Notepad, for example), but not for the
    game. I suppose this happens because it uses DirectX libraries, and also this simulation provided by
    keybd_event isn't, let's say, low-level enough. Would someone be able to help me on this?
    I'm using currently Delphi (Pascal), but if needed I suppose I can manage to apply some assembly
    code or something. Thanks in advance....
  5. Help: Change Language On Fly With Delphi - delphi 5-8 (3)
    Hi guys, what is the best option for delphi if I want to change languages on fly in my applications?
    thx Wojta...
  6. Can Delphi Be Used For Distributed Appz? - (1)
    I am about to start a project that will require me to write a client program which will access a
    database (mysql) across the internet. Will Delphi 2006 Professional have the tools I need to do
    this, or will I need to get Enterprise or Architect. Note that we are not planning on using model
    driven architecture in this project, so buying Enterprise or Architect for Bold or ECO isn't
    required. Thanks wojta...
  7. List Of Delphi Keyboard Shortcut - Very Useful - (2)
    Code Insight Code Parameters : Ctrl-Shift-Space Code Completion : Ctrl-Space Code
    Templates : Ctrl-J Class Completion Class Completion : Ctrl-Shift-C Class Nav
    Up Ctrl-Shift-Up Class Nav Down Ctrl-Shift-Down Code Browsing (D6 and above) Symbol Browsing :
    Alt-Up Browse Forward : Alt-Right Browse Backward : Alt-Left Message Window Previous
    Message : Alt-F7 Next Message : Alt-F8 IDE Windows Code Explorer : Ctrl-Shift-E Project
    Manager : Ctrl-Alt-F11 Window List : Alt-0 (zero) Object Inspector : F11 Debugger Windows
    Event Log :...
  8. Where Can I Find Free Skin Component For Delphi - (1)
    Somebody knows some component delphi that I allow to use skin in my application? If possible that he
    is free....



Looking for resources, beginner, delphi, programmer, delphi, 7, 0, personal

Searching Video's for resources, beginner, delphi, programmer, delphi, 7, 0, personal
advertisement




Resources For Beginner Delphi Programmer ? - Delphi 7.0 Personal



 

 

 

 

ADD REPLY / Got an Opinion! a humble request :-) RAPID SEARCH! Free Hosting [X]
Express your Opinions, Thoughts or Contribute more info. to help others.
Ask your Doubts & Queries to get answers, So that "Together We can help others!"
Register FREE for AD-FREE forum, Create your own topics, Ask Questions, track topics, setup subscriptions & notifications and Get a Free Website w/ Email and FTP.
500MB Space *No Ads*, CPanel, FTP, PHP, MySQL, EMails - 100% FREE