Geometry.Net - the online learning center
Home  - Basic_D - Delphi Programming
e99.com Bookstore
  
Images 
Newsgroups
Page 1     1-20 of 68    1  | 2  | 3  | 4  | Next 20
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  

         Delphi Programming:     more books (100)
  1. Introducing Delphi Programming: Theory through Practice by John Barrow, Linda Miller, et all 2005-07-28
  2. Delphi in a Nutshell (In a Nutshell (O'Reilly)) by Ray Lischner, 2000-03-16
  3. Delphi Programming for Dummies by Neil J. Rubenking, 1996-05
  4. KickAss Delphi Programming: Cutting-edge Delphi Programming with an Attitude by Don Taylor, Jim Mischel, et all 1996-08-01
  5. Programming Delphi Custom Components by Fred Bulback, 1996-06
  6. Delphi Programming Problem Solver by Neil Rubenking, 1996-04-19
  7. Mastering Delphi 6 by Marco Cantu, 2001-07-25
  8. Tomes of Delphi WIN32 Database Developer's Guide by Warren Rachele, 1999-07-25
  9. Delphi Programming with COM and ActiveX (Programming Series) by V. Ponamarev, 2002-09-24
  10. .NET 2.0 for Delphi Programmers by Jon Shemitz, 2006-06-02
  11. Mastering Delphi 7 by Marco Cantù, 2003-02-20
  12. Charlie Calvert's Delphi 4 Unleashed by Charles Calvert, 1998-11
  13. The Tomes of Delphi 3: Win32 Graphical Api by David Bowden, Larry Diehl, et all 1998-03
  14. Teach Yourself Database Programming With Delphi in 21 Days (Sams Teach Yourself) by Nathan Gurewich, Ori Gurewich, 1995-09

1. Computer Programming
Articles, discussion and links relatin to Delphi programming.
http://www.suite101.com/welcome.cfm/delphi_programming

2. Delphi Programming Language Software - AltDel, Jedi Code Format, Io Programming
Delphi Programming Language Software Listing. AltDel is a 5phase script-driven lexical compiler that produces obfuscation by lowering the language level of Delphi source projects.
http://www.filetransit.com/files.php?name=Delphi_Programming_Language

3. Object Pascal - Wikipedia, The Free Encyclopedia
Borland used the name Object Pascal for the programming language in the first versions of Delphi, but later renamed it to the Delphi programming language.
http://en.wikipedia.org/wiki/Delphi_programming_language
Object Pascal
From Wikipedia, the free encyclopedia   (Redirected from Delphi programming language Jump to: navigation search Object Pascal Paradigm imperative structured object-oriented ... functional (Delphi dialect only) Appeared in Designed by Apple Niklaus Wirth Anders Hejlsberg Typing discipline ... static and dynamic (dynamic typing through Variants, array of const and RTTI strong safe Major implementations ... Delphi and CLI Oxygene CLI Free Pascal ... SPARC and ARM Virtual Pascal TMT Pascal Intel 8051 ... Dialects Apple, Turbo Pascal objfpc , Delphi, Delphi.NET, Oxygene Influenced by Pascal Smalltalk Influenced C# Java Object Pascal refers to a branch of object-oriented derivatives of Pascal , mostly known as the primary programming language of Embarcadero Delphi . Pascal compilers, including those for Object Pascal, generally run very fast while producing highly optimized code.
Contents
edit Early history at Apple
This section requires expansion with:
additional citations. Object Pascal is an extension of the Pascal language that was developed at Apple Computer by a team led by Larry Tesler in consultation with Niklaus Wirth , the inventor of Pascal. It is descended from an earlier object-oriented version of Pascal called

4. Delphi Programming Language In - Dictionary And Translation
Delphi programming language. Dictionary terms for Delphi programming language, definition for Delphi programming language, Thesaurus and Translations of Delphi programming
http://www.babylon.com/definition/Delphi_programming_language/

5. Delphi Programming/The Main Structure - Wikibooks, Collection Of Open-content Te
Consoles and GUI. At first we want to begin with a console application, but what's the difference between consoles and GUIs? GUI is the short form of Graphical User Interface
http://en.wikibooks.org/wiki/Delphi_Programming/The_main_structure
Delphi Programming/The main structure
From Wikibooks, the open-content textbooks collection Delphi Programming This page may need to be reviewed for quality. Jump to: navigation search
edit Consoles and GUI
At first we want to begin with a console application, but what's the difference between consoles and GUIs? GUI is the short form of Graphical User Interface which means that the user has one or more windows with so called components - e. g. edit fields, buttons, check boxes, scroll bars, a toolbar, a menu, ... - where he can edit something or do something with them to call an event, linked with a procedure (in other programming languages called functions - but there's a difference between functions and procedures in Delphi). The procedure is a sub algorithm with some commands (also called statements) that are only executed by calling that event. In Windows, a console is also a little window, but it isn't called 'window' officially! By default the background of this 'window' is black and the font color is white. But you also can change those colors. You can put out or -in a text there, but you can't set real components on it (The only thing you can do is simulating this). There are normally no events; your code will be executed off the reel. If you write nothing, the application will be terminated. If you write nothing in a GUI application, nothing will happen - the application won't be terminated! Most today's applications are GUI application, for example Word, Excel or even Delphi itself. If you want to see a console application, all you have to do is pressing the start button, click Run and enter "cmd". Press 'Return' and the command prompt will open soon.

6. Delphi Programming - With Our Delphi Tutorial, You Can Start Programming Right A
Free Download delphi programming source codes, scripts, programming files, references. Delphi Speed Tools is designed to aid computer programmers who use Inprise Delphi as
http://www.sourcecodeonline.com/code/delphi_programming.html

7. Delphi Programming Tutorials - Best Programming Tutorials On Tutorial Guide, Tut
Best help you can get to find Delphi Programming tutorials!
http://www.tutorialguide.net/programming/delphi_programming/

8. Delphi Programming Articles
Articles at Suite101 relating to Using Borland Delphi, the best RAD in the world, to create Windows applications. Using standart VCL functions,classes and components. Creating
http://www.suite101.com/articles.cfm/delphi_programming

9. Talk:Delphi Programming Language - Wikipedia, The Free Encyclopedia
At the disadvantages topic there is stated that delphi only supports interface polymorphism. This is SO untrue! Delphi, in fact, was one of the first object oriented languages with
http://en.wikipedia.org/wiki/Talk:Delphi_programming_language
Talk:Delphi programming language
From Wikipedia, the free encyclopedia Jump to: navigation search At the disadvantages topic there is stated that delphi only supports interface polymorphism. This is SO untrue! Delphi, in fact, was one of the first object oriented languages with a visual form designer available for windows... i'm talking early 90's here!... I won't edit the article myself, since i'm not a wikipedia contributer. —This unsigned comment was added by talk contribs
What has the form designer to do with how the language support for polymorphism? That doesn't make sense to me. AFAICS the statement is correct, especially when contrasted with dynamic languages. Craig Stuntz 14:30, 16 March 2006 (UTC)

I removed, "The class helpers concept was implemented by Chuck (Charles) Jazdzewski (who went on to Microsoft to work on XAML) and implemented in C# 3.0 as extension methods." for a couple reasons. First, although I appreciate the call-out, pointing out that I implemented them has no real value. Second, C# 3.0 proposed extension methods, although similar in concept, are much different than class helpers. Chuck Jazdzewski Afaik Delphi isn't even a programming language, it's the name of a Borland programming tool in which you use Object Pascal to program. In that case, the article title would be incorrect. And further... Why am I getting the impression that this text was ripped out of some advertizement broschure for Deplhi?

10. About Delphi Programming - For Novice And Expert CodeGear Delphi Developers
Are you a beginner or expert Delphi developer? Looking for how to get started or need advice and help for a quick solution to your daily Delphi problems?
http://delphi.about.com/
zWASL=1;zGRH=1 zJs=10 zJs=11 zJs=12 zJs=13 zc(5,'jsc',zJs,9999999,'') zDO=0
  • Home Delphi Programming
  • Delphi Programming
    Search
    Must Reads
    Guide since 1998 Zarko Gajic
    Delphi Programming Guide zSB(3,2)
    Browse Topic
    Delphi Code Contest
    Code For Fame and Glory - Fancy Delphi Application Contest
    Explore Delphi applications from games and AI simulations to application launchers and system tools. Submit your own! Read more
    Latest Entries
    Just Useful Applications
    Screen Ruler Screen Thief 2
    Do You Unicode?
    If you are preparing to move / migrate your "old" Delphi applications to any Delphi version later than Delphi 2009, you must have heard that a default Delphi string type is now (where "now" means in Delphi versions >= 2009) Unicode. Read more
    Go Unicode With Delphi Without Fear
    Delphi Programming Spotlight
    Zarko's Delphi Programming Blog
    Is your Delphi Application Running under Terminal Services as a Remote Session?

    11. Free Online Delphi Programming Tutorials
    A carefully researched collection of free online Delphi programming tutorials. Authors can submit their own.
    http://www.festra.com/freetutor/

    Delphi Tutorials

    obtain Delphi?

    Delphi Books
    Free Online Programming Tutorials
    Our mission: provide all of you beginning programmers with a collection of carefully selected free online Delphi tutorials.
    Delphi Tutorial Websites Download?
    DelphiLand

    Step-by-step Delphi lessons for beginners, online as well as for downloading. A complete project with fully commented source code comes with each lesson. Also: tips, source code examples, and a very lively forum. In English and in Dutch (free Dutch language lessons).
    Tutorials,
    source
    code,
    projects Delphi and Pascal Tutorials Several levels of tutorials from beginner through more advanced, by T.K. Boyd. Essential Pascal Free online book about Pascal, by Delphi guru Marco Cantu. Essential Pascal Delphi Central Various articles and tutorials about Delphi programming, aimed at users of all ability. Sources, projects Delphi Books What? Mastering Delphi 7 - Marco Cantu Beginner to Intermediate Still the best Delphi resource. Mr. Cantu shows once again that he knows Delphi as he continues his series of books. 992 p.

    12. Delphi Keeps Climbing | The Podcast At Delphi.org
    The Podcast at Delphi.org The Podcast about the Delphi programming language, tools, news and community.
    http://delphi.org/2008/10/delphi-keeps-climbing/

    13. Free Delphi Programming Source Codes And Examples, Free Delphi Programs
    Source code for Delphi programming. Get free Delphi code for your application. Develop easily your programs using simple Delphi examples.
    http://delphiprogramming.net/

    14. Scholl Consulting Group: Delphi Programming
    Martin Scholl Consulting, INC. provides IT consulting and programming services. We specialize in Custom solutions, GUI interfaces to legacy applications, multivalue databases
    http://martinscholl.com/html/services/Delphi.html
    Visual Basic Programming
    Data Basic Programming

    Java Programming

    Comprehensive Solutions
    ...
    Private Area

    Delphi Programming
    Visual Basic Programming
    Delphi Programming Data Basic Programming Java Programming ... Comprehensive Solutions
    Borland's Delphi Programming Language is the "other" Rapid Application Development Environment for Winodws. Though not as popular as Visual Basic, it has a very dedicated following. Here some of its features:
    • True Object Orientation
    • Great ease of use
    • Object Pascal as programming language
    • Availability of countless components
    • Free Source code samples available
    • Compilation into machine code
    • no virtual machine needed
    • No dll hell, all components are compiled into the executable
    • Now available for Linux under the name Kylix
    Delphi code is usually faster then Visual Basic Code due to the true machine code that the application compiles to. We have good experience with Delphi and are ready to handle your Delphi programming tasks.
    For more examples, please check out the other Categories.
    Back to Top
    Contact

    15. DataVision, Delphi Programming Books
    DataVision, Delphi Programming Book List and Book Reviews
    http://www.dvcom.com/bookrevu.htm
    Delphi Book Reviews
    in association with Amazon.com Books
    for Secure International Ordering Rating Title Review Expertise Level Delphi 3 Programming for Dummies by Neil Rubenking. IDG Books, published 6-22-97, Check Amazon.com's current price and, optionally, order this book. This is a "must have" for all Delphi programmers. Far more substance than most of the "Dummies" series. Delphi Programming For Dummies is a surprisingly concise, readable, well-organized, and useful overview of Delphi. Each chapter has "Helpful Tips" that alone are well worth the low price of the book. Novice to Intermediate Teach Yourself Delphi in 21 Days by Andrew Wozniewicz, Sams Publishing, published 5-1-95, Check Amazon.com.'s current price and, optionally, order this book. Great for the novice programmer. It has a useful question-and-answer section at the end of each chapter. As a beginner's book it gets bogged down in the second half with more advanced issues, but the first half is perhaps the best foundation for learning Delphi. Novice to Intermediate Teach Yourself Database Programming with Delphi in 21 Days Check Amazon.com's current price and, optionally, order this book.

    16. A Beginner's Guide To Delphi Programming
    A Beginner's Guide to Delphi Programming. Free online programming tutorial / course for beginner developers. Focus on Borland Delphi.
    http://delphi.about.com/od/beginners/a/delphicourse.htm
    zWASL=1;zGRH=1 zJs=10 zJs=11 zJs=12 zJs=13 zc(5,'jsc',zJs,9999999,'') zDO=0
  • Home Delphi Programming
  • Delphi Programming
    Search
    A Beginner's Guide to Delphi Programming Free online programming course for beginner Delphi developers
    By Zarko Gajic , About.com Guide
    See More About:
    zSB(3,3)
    About the Course:
    This free online course is perfect for beginner developers as well as for those who want a broad overview of the art of programming with Borland Delphi. Developers will learn how to design, develop and test application using Borland Delphi. The chapters will cover the fundamental elements of creating Windows applications using Delphi, including the Integrated Development Environment (IDE) and the Object Pascal language.
    Developers will get up to speed quickly through real world, practical examples. This course is aimed to those who are new to programming, come from some other development environment (like

    17. Paweł Głowacki : Delphi Programming
    In just few hours my CodeRage5 session Delphi JSON starts. In case you miss it I have also put together a whitepaper that discusses the inner workings of TJSONDocument
    http://blogs.embarcadero.com/pawelglowacki/
    Paweł Głowacki
    Delphi Programming Skip to content
    RAD Studio XE in Action Live! webinar - Nov 9th, 1130 CET (1030 UK)
    "RAD Studio XE in Action Live!" webinar and everybody is invited! It is free, it is going to be about 90 minutes long and everybody is welcome to register here: http://www.embarcadero-events.eu/webinar_form.html#RNZK4C$RAD_Studio_XE_in_Action_LIVE If you have not yet seen the Delphi XE in action, do not hesitate to register, get excited and be amazing! Share This Email this page to a friend Pawel Glowacki Uncategorized ...
    SDC2010 Conf and "Delphi Graphics Options" session source code
    Every year I really enjoy the annual international conference from Dutch Software Developer Network This year I was only following presentations in "Delphi" track. It is always a great pleasure to meet great Delphi experts. This year there were presentations from Jim Tierney Marco Cantu Cary Jensen and Bob Swart who is also involved in the logistics. Below is Bob Swart in action! My session was on Delphi graphics programming and I wanted to share here the source code I have put together during preparations to this presentation. The download available from EDN Code Central contains a couple of Delphi XE projects demonstrating using different graphics options available, including

    18. Delphi Programming
    The Delphi wiki is intended as a central hub for anyone wanting to learn Delphi programming and also as a growing reference for new and expert Delphi programmers alike.
    http://delphi.wikia.com/wiki/Delphi_Wiki
    Wikia
    Skip to Content Skip to Wiki Navigation Skip to Site Navigation
    Wikia Navigation

    19. Delphi - Programs, Source Codes, Links, Forums..
    This site offers Delphi Programs, source codes, a list of tutorial links, a forum, a newsletter. It also allows users to upload their Delphi programs to the site.
    http://apurvaslair.50g.com/delphi/
    Delphi Home Source Codes
    • Beginners Intermediate ... Contact us
      Search Delphi This section offers Delphi Programs, Source codes, tutorials, components, forums and more. Please feel free to add your source code or links. Below is a list of recent updates made to this section. 13th June 2002 Source Code (Intermediate): cppwin32.zip, a program which enables you to create Windows GUI's effortlessly in C++. 24th March 2002 Source Code (Intermediate): A database driven program which stores information about your contacts in its own proprietary database format. The records are searchable and you can set the program to remind you of important events. 8th March 2002 Link : Links to Torry's Delphi pages and Richey's Delphi Box were added. 15th January 2002 Source Code (Intermediate): A program which has a fresh interface and which highlights the use of a Database Access Object (DAO) was added. It accepts infomation and stores it in a MS Access Database. Source Code (Intermediate): A program which highlights the use of the Access Database Object (ADO) was added. It retrieves information from a MS Access database. It also prints SQL queries.

    20. Delphi Programming Questions, Answers, Polls & Debates | Answerbag
    Learn about Delphi programming on Answerbag.com. Delphi answers and tips Have a question? Ask it! Know an answer? Share it!
    http://www.answerbag.com/category/delphi-programming_938

    A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  

    Page 1     1-20 of 68    1  | 2  | 3  | 4  | Next 20

    free hit counter