Geometry.Net - the online learning center
Home  - Basic_D - Delphi Programming
e99.com Bookstore
  
Images 
Newsgroups
Page 3     41-60 of 68    Back | 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. Mastering Pascal and Delphi Programming (Palgrave Master S) by William Buchanan, 1998-03-23
  2. Mastering Delphi Programming (Palgrave Master S) by William Buchanan, 2003-02-04
  3. High Performance Delphi 3 Programming by Jim Mischel, John Penman, et all 1997-07
  4. Learn Graphics File Programming With Delphi 3 by Derek Benner, 1997-12-25
  5. Delphi Programming Unleashed/Book and Disk by Charles Calvert, 1995-06
  6. Visual Object-Oriented Programming Using Delphi With CD-ROM by Richard Wiener, Claude A. Wiatrowski, 1997-12-13
  7. Programming and Problem Solving with Delphi by Mitchell C. Kerman, 2001-07-07
  8. Delphi 32-Bit Programming Secrets (The Secrets Series) by Tom Swan, Jeff Cogswell, 1996-10
  9. Mastering Borland Delphi 2005 by Marco Cantu', 2005-08-19
  10. Delphi 2 Tutor: The Interactive Seminar-In-A-Box by Michael McKelvy, 1996-05
  11. Learn Object Pascal with Delphi by Warren Rachele, 2000-09-25
  12. Delphi 3 for Dummies by Neil J. Rubenking, 1997-05-22
  13. The Tomes of Delphi: Developer's Guide to Troubleshooting (Wordware Delphi Developer's Library) by Clay Shannon, 2001-06
  14. Web Programming with Delphi (Delphi Programming) by Andrew J. Wozniewicz, 2010-12-01

41. Dreamscape - Makers Of PDFReport
Provides PDF creation features to VB/Delphi programs and ASP sites. Component, Commercial
http://www.dreamscape.it/eng_pdfreport_xp.htm
Easy To Use PDFReport is very easy to use. It gives you a virtual PDF paper sheet on which you can write with very simple and intuitive commands like "ImportImage". If you need elaborated reports, you can iterate on every row of your database choosing the position of the text, the alignment, where to place logos, when to create a page break.
All the commands are expressed on a unique unit of measure of your choice: millimeters, centimeters, inches, pdfunits (1/72 inches). It is very intuitive to recreate a form or an invoice, as you must only measure with a ruler the original paper and create a few lines of code - no calculations required!
Here it is a sample snippet of code, the classic "Hello World!" example:
Dim PDFRPT As New PDFDocument
PDFRPT.NewPDF "This is my first PDF"
PDFRPT.TextOut "Hello World!", 10, 10
EASY TO DEPLOY
PDFReport is very easy to deploy. We have tested it succesfully with almost every version of Microsoft Windows, from Win98 to WinME, from WinNT4 to WinXP. It is a single, self contained DLL: as it doesn't rely on other libraries or runtime, the installation is just a matter of copying a DLL and registering it. Best of all, if you add a reference to the DLL in Visual Basic 5/6, the Installer Wizard of VB takes care of everything and adds the DLL to the installation process, so you don't have to bother yourself with installation issues.

42. Brian Cryer's Delphi Notes
Various Delphi programming notes and troubleshooting tips.
http://www.cryer.co.uk/brian/delphi/
Cry about...
Delphi Programming
Delphi How To ...
Delphi Troubleshooting ...

43. Delphi Programming - Wikibooks, Collection Of Open-content Textbooks
Delphi is a programming language created by Borland. It originated from the Pascal language, which then became Object Pascal (pascal with objects support), and was later
http://en.wikibooks.org/wiki/Programming:Delphi
Delphi Programming
From Wikibooks, the open-content textbooks collection (Redirected from Programming:Delphi Jump to: navigation search Delphi is a programming language created by Borland. It originated from the Pascal language, which then became Object Pascal (pascal with objects support), and was later renamed to Delphi.
edit Table of Contents
Wikipedia has related information at Delphi programming language Retrieved from " http://en.wikibooks.org/wiki/Delphi_Programming Subjects Delphi Programming Computer programming languages Hidden categories: Alphabetical/D Partly developed books What do you think of this page? Please take a moment to rate this page below. Your feedback is valuable and helps us improve our website. Reliability Excellent High Fair Low Poor (unsure) Completeness Excellent High Fair Low Poor (unsure) Neutrality Excellent High Fair Low Poor (unsure) Presentation Excellent High Fair Low Poor (unsure) Personal tools Namespaces Variants Views Actions Search Navigation Community

44. Crash Course Delphi, Part 1: Compiling A Project
A step-by-step Delphi programming tutorial for beginners. Download the tutorial lessons plus their matching source code files, our mini-tutorials, utilities, and libraries.
http://www.festra.com/eng/les01.htm
Crash Course Delphi, part 1: Compiling a project
Turbo Start
Delphi combines the user-friendlyness of Visual Basic with the precise control and speed of C++ . Without lots of "real" programming, you can develop very efficient and fast Windows applications. Delphi is a RAD tool, R apid A pplication D evelopment. It reduces the complicated task of programming Windows applications to the handling of "objects" in a visual environment. Typing of source code is limited to a strict minimum. As a result, you can fully concentrate on what the program should do : this is top-down programming at its highest level! Designing a nice Windows GUI interface becomes a breeze. You don't have to program any standard Windows elements, just a few mouse clicks and there's your fully functional listbox file dialog box , or even a full fledged database grid With Delphi, debugging is limited to the program lines that you entered yourself, because all the ready-made modules that you use are tested and ready-to-go. Compared to the limited possibilities of Visual Basic or to the complexity of C++ , Delphi is really refreshing. Once you've used Delphi, you'll be fascinated by its sheer development speed.

45. Delphi Programming
Object Pascal refers to a branch of object oriented derivatives of Pascal, mostly known as the primary programming language of CodeGear Delphi.
http://www.software09.com/delphi-programming.htm
Software Applications
Aviation

Automotive

Application Development

Business Intelligence
...
Utilities Software
IT Solutions Backup
Bar Code

Build Management

Business Management
...
Workflow Management
Programming General Tools
Active Server Pages
Basic C++ ... XML Development ActiveX CGI Compilers Database ... Website Promotion Internet Browser Plug Ins Browsing Tools Download Manager FTP ... Toolbars Object Pascal refers to a branch of object oriented derivatives of Pascal, mostly known as the primary programming language of CodeGear Delphi. 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". However, compilers that claim to be Object Pascal compatible are often trying to be compatible with Delphi source code. CodeGear sells integrated development environments (IDEs) that compile the Delphi programming language to Microsoft Windows, the Microsoft .NET Framework and Linux. The open source Free Pascal project allows the language to be compiled for a range of operating systems including Linux, Mac OS/Mac OS X, Win32, Win64, Windows CE, and for several different hardware architectures.

46. Delphi Program Index - Free Delphi Programs With Source Code - Www.wimb.net
Free Delphi source code and programs for Internet, database, HTML generation, RSR232 communication, terminal emulator, graphics, data conversion, help file making. Also Transport Tycoon and Motion Control sections.
http://www.wimb.net/index.php?s=delphi&page=98

47. Delphi Programming - Ask.com
Top questions and answers about DelphiProgramming. Find 64 questions and answers about Delphi-Programming at Ask.com Read more.
http://www.ask.com/questions-about/Delphi-Programming

48. MimarSinan International
Company focuses on installation, setup authoring tools, data compression, file management, file splitting, delphi programming, and Windows application development.
http://www.mimarsinan.com/
Ways CompreXX can save your organization time and money:
  • Archives appear as folders, making (de)compression tasks second nature All Outlook email attachments are automatically compressed (even forbidden executables) Your investment today is protected in the future with new plug-ins for new archive types

You are accepting the by browsing this site.

49. Top Picks - Delphi Tools And Components
Localization tools for Delphi, from your About.com Guide.
http://delphi.about.com/msubTLocalize.htm?COB=home&terms=localization&PM=112_300

50. DelphiDoom - Index
Translation of the GNU/Linux C source code of the classic 3D shooter game Doom to the Delphi programming language. Includes screen shots, videos, documentation and a message board.
http://delphidoom.sitesled.com/
Doom to Delphi Total Conversion (DelphiDoom) DelphiDoom 8 bit color mode DelphiDoom 32 bit color mode DelphiDoom true 3D mode Current DelphiDoom Version: 1.0.2 build 383 - released 3 March 2008 View comments Current DelphiHeretic Version: 0.1.6 build 44 - released 7 January 2008 View comments Current DelphiHexen Version: 0.1.2 build 36 - released 10 January 2008 View comments Downloads Forums Documentation ... Comments and bug reports General I 've never believed that converting the original UNIX Doom C source code to Delphi could be possible until now. Total conversion started in 28 December 2004 and finished in 28 January 2005, just one month later! DirectDraw and DirectSound modules added and the vision became reality!
"Doom to Delphi Total Conversion" is now available! Description This Application is a WIN32 port of the famous Doom game created by ID Software . The main difference of DelphiDoom is that is written in the Pascal programming language. The source code has been translated from C to Pascal. In addition many new features have been added to to expand the old engine features and take advantage of capabilities of modern computers. Capabilities You can play Doom and Doom2 WAD files. Can be used with Doom1, Ultimate Doom, Doom2, Plutonia mission pack and TNT mission pack. You can also try it with shareware version of Doom (DOOM1.WAD) . Also the are a lot of 3rd party free main WAD files to use.

51. Rams' Island Software (Company Information)
Provider of vend info product information system, ergonomic and software design consulting, and contract Delphi programming.
http://www.ramsisle.com/company.htm
Rams' Island Software (Company Information)
Rams' Island Software
7644 E. Lakecliff Way
Parker, Colorado 80134-5933
USA
Voice: 303-841-2848
Fax/BBS: 303-841-6269
E-mail: info@ramsisle.com
Our Products and Services
Rams' Island Software is a small software development and consulting firm located in Parker, Colorado, U.S.A.
We provide expert ergonomic and software design consulting services, as well as contract programming services (mainly Delphi-based Windows applications).
About Our Name
Rams' Island Software is owned by Dr. H. Rudy Ramsey . The name has a genealogical origin. In medieval Scotland, as people were beginning to make use of family names, the inhabitants of a place called "Rams' Island" came to be known as "Ramsay".
webmaster@ramsisle.com

52. Paweł Głowacki : Delphi Programming
In my previous post Boian’s TBitmap Visualizer and converting to grayscale I have described an algorithm for converting arbitrary TBitmap instances to gray using a selected
http://blogs.embarcadero.com/pawelglowacki/category/delphi-programming
Paweł Głowacki
Delphi Programming Skip to content
Category Archives Delphi Programming
Converting to grayscale with TBitmap.ScanLine property
In my previous post "Boian’s TBitmap Visualizer and converting to grayscale" I have described an algorithm for converting arbitrary TBitmap instances to gray using a selected formula. The problem is with the performance of the code that actually changes the color of each pixel. Accessing color information is done via TBitmap.Pixels property, which is a [...] Pawel Glowacki Delphi Comments (6)
Direct2D "Advanced Path Geometries" Win7 SDK Example Translated to Delphi 2010
One of the cool new features introduced in Delphi 2010 specifically for Windows 7 is support for native Direct2D development. Direct2D is very interesting, new graphics subsystem that utilizies GPU processing power for [...] Pawel Glowacki Uncategorized source-code Comments (3) ...
Delphi 2010 Online Resources
Here is my handy collection of links to blog posts and resources related to new Delphi 2010 features. Enjoy and GO DELPHI !!!
1. General

53. Efg's Computer Lab: Spectra Lab Report
A complete Delphi program, including source code, to display wavelength colors as a function of wavelength and optionally display the emission and absorption spectra of hydrogen.
http://www.efg2.com/Lab/ScienceAndEngineering/Spectra.htm
Science and Engineering Spectra Lab Report Visible Light Spectrum and Hydrogen Emission/Absorption Spectra
Linear wavelength values [nm] are shown along the bottom edge;
non-linear frequency values [THz] are shown along the top edge Purpose
The purpose of this program is to display RGB colors as a function of wavelength for visible light (380 to 780 nm). A secondary purpose of this program is to display the emission and absorption spectra of hydrogen. The upper and lower wavelength limits for the spectrum can be interactively specified, and interval marks can be displayed if desired. A spectrum can be printed or saved to a 24-bit color BMP file.
There is no unique one-to-one mapping between wavelength and RGB values. Color is a wonderful combination of physics and human perception. Please consult a textbook, such as Principles of Color Technology by Billmeyer and Saltzman, for a better understanding of color. In particular, I like the way Billmeyer explains color as the product of three curves, since color requires a light source, an object and an observer. The values shown in this project should only be used as approximate colors, for example, in false color schemes.

54. Delphi Programming Definition Of Delphi Programming In The Free Online Encyclope
(language) Object Pascal An object-oriented Pascal developed jointly by Apple Computer and Niklaus Wirth. Object Pascal Report , Larry Tesler, Structured Language World 9(3
http://encyclopedia2.thefreedictionary.com/Delphi programming

55. Delphi User Group
Meets monthly with presentations related to the Delphi programming language.
http://www.strategicsvs.com/dug/
Future Meetings Past Meetings Directions Study Groups ... Home
The Pacific Northwest Delphi Users Group web site has changed it's location. Please visit us at: www.pnwdelphi.org The Pacific Northwest Delphi User's Group meets the 1st Thursday of each month and is open to all interested Delphi developers. There is presently no cost to participate. Meetings begin at 6:30 p.m.
Questions may be directed to Karl Perry at (360) 437-2559 or email to kaperry@cablespeed.com

56. Delphi Programming | Sandon.it
When I wrote the QC entry about Datasnap 2010 HTTP client missing proxy support, I marked it as a bug. It was later changed by a sysop to an enhancement request .
http://www.sandon.it/?q=taxonomy/term/2

57. Delphi Programming

http://www.takenet.or.jp/~ryuuji/delphi/
Cj[ ryuuji@takenet.or.jp (Lastupdate:1999-4-15) Delphi Japan WebRing
ÔTTCg
Q‘O ... ̂TTCg
̃R[i[ł́A֗APIAmĂȂSDKЉĂƎv܂B܂ADelphiŃjbgȂǂ_E[hł悤ɂĂƎv܂B
Microsoft Web Publishing SDK

Microsoft Dynamic HTML Editing Control SDK
New! 1998-5-9
HTML HELP API
New! 1998-5-9
ShellAPI@Extention
New! 1998-5-14
New! 1998-5-29
DelCalc
Up!! 04/15 @DelCalcDelphi3y4IntegerFloat̃vpeBl̃vpeBڂŒ30*3̂悤ȌvZꂽꍇAvZʂIɑAhCc[łB
E-Viewer

TProgressREX
TUpDownREX Delphi IDE window ... Focus manager New 1998-8-12 honey@din.or.jp ܂ł낵肢܂B Ƃ肠ȉׂ̏֔Α̏ւł傤BꂩljĂƎv܂B Delphian World Cj[ ryuuji@takenet.or.jp

58. Delphi Programming Free Tutorials PDF EBooks Download - TutorialPDF.com Page 1
Delphi Programming Free Tutorials PDF eBooks Download TutorialPDF.com, and Read about Tutorials free ebooks PDF file download page 1. Delphi Programming. Find more free eBooks
http://www.tutorialpdf.com/Tutorials/Delphi-Programming.html
Free Tutorials PDF eBooks Download - TutorialPDF.com
PDF File Topics
Our Partners
Home Tutorials
Delphi Programming PDF Files
Delphi 2005 Reviewer Guide
category Tutorials Delphi Programming
Borland. Delphi. 2005. Reviewer 39 s Guide. The Complete Windows . P a g e 4. Borland Delphi 2005 acirc euro ldquo Reviewers Guide. Integrated and Included Partner Tools .
Introducing Borland Delphi 8 for the Microsoft NET Framework
category Tutorials Delphi Programming
With new Borland Delphi 8 it is easy and straightforward... Unlike Visual Studio Delphi includes the ability to preview data from Borland Data Provider
Borland Delphi 7 Studio White Paper
category Tutorials Delphi Programming
Borland. Delphi. 7 Studio. Feature Matrix. ARCHITECT. ENTERPRISE. PROFESSIONAL. PERSONAL . Borland Kylix 3 Professional IDE for the Delphi language .
Migrating Borland Delphi Applications to the NET Framework with Delphi 8
category Tutorials Delphi Programming
Borland has enabled Delphi developers to target another new platform supporting . Delphi 6 introduced support for building and consuming Web Services .
Unleashing Enterprise Models with Delphi 8 Architect for NET Framework
category Tutorials Delphi Programming
A Borland White Paper. By Christophe Floury Chief Architect Neosight . Delphi . with Borland Delphi 8 for the Microsoft .NET Framework Architect .

59. RDPA - Main
, , , , DirectDraw Delphi . .
http://rdpa.chat.ru/

60. Delphi Programming
Real life complexity with ECOII. Part 1. BDNtv MDA Tour Episode 2, persisting your ECO Space; EDNtv MDA Tour Episode 2, persisting your ECO Space
http://edn.embarcadero.com/tutorials/delphi/programming

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 3     41-60 of 68    Back | 1  | 2  | 3  | 4  | Next 20

free hit counter