delphi for php
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 7313
Delphi Form Editor 5.3
Delphi Form Editor is a free and useful standalone editor for Delphi Form files (*.dfm) more>>
Delphi Form Editor is a free and useful standalone editor for Delphi Form files (*.dfm) in both binary and text format.
It has object tree, object inspector and syntax highlighted editor and form previewing capability.
It can be extended with external packages (bpl files) to know more classes.
Forms can also be extracted from executables or libraries
Supports D1-D7 forms.
<<lessIt has object tree, object inspector and syntax highlighted editor and form previewing capability.
It can be extended with external packages (bpl files) to know more classes.
Forms can also be extracted from executables or libraries
Supports D1-D7 forms.
Download (1.55MB)
Added: 2006-06-14 License: Freeware Price:
1308 downloads
Delphi Tutorial 1.0
Delphi Tutorial is a free tutorial how to create a logical game in delphi more>>
Delphi Tutorial is a free tutorial how to create a logical game in delphi. The manual on development of a logic game in Delphi is identical to the manual versions for VB, Java and C++.
It would help you to master new programming languages in a short time. The manual includes Word document with step-by-step description of the process of program development, screenshots, procedure codes and 14 complete listings in Delphi (Borland Delphi Enterprice Version 5 Build 5.62) illustrating all stages of programming in Delphi-Application.
<<lessIt would help you to master new programming languages in a short time. The manual includes Word document with step-by-step description of the process of program development, screenshots, procedure codes and 14 complete listings in Delphi (Borland Delphi Enterprice Version 5 Build 5.62) illustrating all stages of programming in Delphi-Application.
Download (543KB)
Added: 2007-02-09 License: Freeware Price:
693 downloads

Delphi Code Formatter 1.0
For Delphi programmers with useful built in features like find text in files. more>> Programming editor for Delphi programmers with useful built in features like find text in files (Grep) and Syntax highlighting.
Features:
Formating of Delphi code.
Changing of case, Triming spaces from selected lines, Number Lines, and Sort
Block indenting
Syntax highlighting
Comments - Strip, remove, uncomment.
File Commands - Copy, Move, Rename, Delete, Find, Grep, Run
View as Hex, HTML
Code templates
Insert text at the bringing and end of lines. Great for delimitered files.<<less
Download (881KB)
Added: 2008-06-28 License: Freeware Price: Free
514 downloads

Delphi Form Converter 1.12
Converts delphi form .dfm file between various format & encoding. more>> Delphi Form Converter is a tool to converts binary format delphi form (.dfm) file to text formt dfm file, it also converts delphi6 and above versions dfm files WideString & UTF8String encoding to delphi5 compatible encoding, e.g. converts #186#186#215#214 to corresponding chinese character for correctly display in unicode supported english system.
Use "Open File" button to open your .dfm files, select which file(s) you wish to be converted, then click "Convert" button to start the conversion. If you checked "Keep Backup", corresponding backup file with a .bindfm extension of the original .dfm file(s) will be created at the same directory.<<less
Download (269KB)
Added: 2008-09-23 License: Freeware Price:
417 downloads
Delphi Code Converter 2.0
a utility which displays Delphi code in HTML & RTF code converter flv moyea vide more>> DelphiCC - a utility which displays Delphi code in HTML & RTF code converter flv moyea video.<<less
Download (246KB)
Added: 2008-04-29 License: Freeware Price: Free
547 downloads
Other version of Delphi Code Converter
License:Freeware

Delphi Code Translator 1.0
Generate language translations of your Delphi 3, 4 or 5programs. Just a few easy steps: Define the directoryof your project, scan the code and forms, enterthe translation, write changes and re-compile more>>
Generate language translations of your Delphi 3, 4 or 5programs. Just a few easy steps: Define the directoryof your project, scan the code and forms, enterthe translation, write changes and re-compile. Nohassle with each and every form! Changed your code?Scan and translate just the changes! Generatetranslation tables for multiple languages, includingRussian or Greek!
<<less Download (1363K)
Added: 1999-12-28 License: Freeware Price:
3621 downloads
Delphi DirectX SDK 4.0
Develop DirectX plug-ins using Borland Delphi. more>>
Develop DirectX plug-ins using Borland Delphi. Delphi DirectX SDK will help you develop DirectX plug-ins using Borland Delphi.
If you are fluent in C++, you should check out the Cakewalk DirectX Wizard. If you want to dig in further, the Sony Audio Plugin Development Kit (formerly known as Sonic Foundry PIDK) has lots of valuable doco and sample code.
Finally, the DirectX SDK that Microsoft ships with MSDN is the ultimate resource, where you can see the C++ source code for the DirectShow filter classes.
However, if you would prefer to use Delphi and avoid messing around with COM and the DirectShow interfaces, the DDX SDK V4 is for you.
<<lessIf you are fluent in C++, you should check out the Cakewalk DirectX Wizard. If you want to dig in further, the Sony Audio Plugin Development Kit (formerly known as Sonic Foundry PIDK) has lots of valuable doco and sample code.
Finally, the DirectX SDK that Microsoft ships with MSDN is the ultimate resource, where you can see the C++ source code for the DirectShow filter classes.
However, if you would prefer to use Delphi and avoid messing around with COM and the DirectShow interfaces, the DDX SDK V4 is for you.
Download (498KB)
Added: 2007-10-01 License: Freeware Price:
514 downloads
Delphi Graphoman for InterBase 1.3
Delphi Graphoman 1.3 for InterBase – generates DELPHI code that is a wrapper for InterBase stored procedure calls. more>>
Delphi Graphoman 1.3 for InterBase ? generates DELPHI code that is a wrapper for InterBase stored procedure calls.
Generated code can access databases with
TIBStoredProc
TIBQuery
TIBClientDataSet
from the IBX palette, thus significantly reducing programmers job on writing the standard code for stored procedures handling. Works with action procedures (those having no input/output), as well as procedures having input/output parameters and procedures returning datasets.
<<lessGenerated code can access databases with
TIBStoredProc
TIBQuery
TIBClientDataSet
from the IBX palette, thus significantly reducing programmers job on writing the standard code for stored procedures handling. Works with action procedures (those having no input/output), as well as procedures having input/output parameters and procedures returning datasets.
Download (700K)
Added: 2005-10-31 License: Freeware Price: $0.00
1454 downloads
Delphi Programmers tutorial 1.0
Delphi Programmers tutorial is a free and useful ebook more>>
Delphi Programmers tutorial is a free and useful ebook.
In the course of training in programming in Visual Basic, Delphi, Java or C++ trainees are usually offered to write as the first program the program "Hello Word". It is possibly right.
As a rule you need only 2-3 code lines to write the program. Would you believe that your second program in any of the languages can contain about 1900 code lines, use scores of objects, process signals from keyboard and work with Timer? And would you believe that programming in one of the languages (VB, Delphi, Java or C++) you would master in 2-3 days two other languages from the list?
Ebook. Manual on development of a logic game in Delphi is identical to the manual versions for VB, Java and C++. It would help you to master new programming languages in a short time. The manual includes Word document with step-by-step description of the process of program development, screenshots, procedure codes and 14 complete listings in Delphi (Borland Delphi Enterprice Version 5 Build 5.62) illustrating all stages of programming in Delphi-Application.
<<lessIn the course of training in programming in Visual Basic, Delphi, Java or C++ trainees are usually offered to write as the first program the program "Hello Word". It is possibly right.
As a rule you need only 2-3 code lines to write the program. Would you believe that your second program in any of the languages can contain about 1900 code lines, use scores of objects, process signals from keyboard and work with Timer? And would you believe that programming in one of the languages (VB, Delphi, Java or C++) you would master in 2-3 days two other languages from the list?
Ebook. Manual on development of a logic game in Delphi is identical to the manual versions for VB, Java and C++. It would help you to master new programming languages in a short time. The manual includes Word document with step-by-step description of the process of program development, screenshots, procedure codes and 14 complete listings in Delphi (Borland Delphi Enterprice Version 5 Build 5.62) illustrating all stages of programming in Delphi-Application.
Download (543KB)
Added: 2006-12-21 License: Freeware Price:
1103 downloads
CodeLobster PHP Edition 3.0
CodeLobster PHP Edition is a free handy editor primarily intended for creating and editing PHP and HTML files with support Drupal CMS, Joomla CMS, Smarty template engine and WordPress blogging platform. more>> <<less
Download (9.60MB)
Added: 2009-02-22 License: Freeware Price: $0
248 downloads

Friend of Delphi 1.1
This is a small collection of utilities in one program:Add or remove comment ... more>> This is a small collection of utilities in one program:Add or remove comment characters (//) to/from a block of code lines, get the key value of any key, a messagebox wizard, a comment frame wizard, a color picker and a utility to update the paths in the dsk file after moving/copying a project.<<less
Download (225KB)
Added: 2007-03-31 License: Freeware Price: Free
938 downloads

Debug Monitor 1.0
Debug Monitor with a separate Delphi unit to send commands and messges more>> A easy to use "Debug Monitor Application" with a separate Delphi unit to send commands and messages to the debug window. VCL Source included.<<less
Download (128KB)
Added: 2008-07-24 License: Freeware Price: Free
477 downloads
Help Expert for Delphi 5 1.0
Help Expert for creating professional help files for your tools and components. Help files are avaliable at website. more>>
Help Expert for creating professional help files for your tools and components. Help files are avaliable at website.
<<less Download (133K)
Added: 2000-08-22 License: Freeware Price:
3353 downloads
Other version of Help Expert for Delphi
License:Freeware
DirectX for Delphi 2.0i
This is a conversion of Microsofts DirectX 6 C++ headers for Borland-Delphi (Version 2-4) more>>
This is a conversion of Microsofts DirectX 6 C++ headers for Borland-Delphi (Version 2-4)
<<less Download (143K)
Added: 1998-10-19 License: Freeware Price:
4037 downloads

HuMo-gen (PHP) 3.2
HuMo-gen (PHP) brings users a brilliant and open-source Gedcom-to-Website genealogy program which converts Gedcom files into PHP files and creates an instant, dynamic and searchable genealogy Web site. more>> <<less
Download (237.1KB)
Added: 2009-09-16 License: Freeware Price: Notavailable
downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above delphi for php search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed
