Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / Languages / Delphi

Delphi

Delphi

Great Reads

by Yuriy Magurdumov
Calling native methods from .NET application via standard Windows Named Pipes
by Bismark Appah
.NET Runtime Library for Delphi
by Alexey Merson
If you have a SOAP server created with Borland Delphi and a SOAP client created with .NET, then you can't get it working out of the box.
by Gustavo Ricardi
A Remote Desktop software built on AJAX, JSON and HTML5

Latest Articles

by Yuriy Magurdumov
Calling native methods from .NET application via standard Windows Named Pipes
by Bismark Appah
.NET Runtime Library for Delphi
by Alexey Merson
If you have a SOAP server created with Borland Delphi and a SOAP client created with .NET, then you can't get it working out of the box.
by Gustavo Ricardi
A Remote Desktop software built on AJAX, JSON and HTML5

All Articles

Sort by Score

Delphi 

by User 8984948
An introduction to anonymous methods in Delphi
by User 8984948
The purpose here is not the mathematical stuff, but to provide two implementations of the factorial of a number in Delphi (Object Pascal).
by User 8984948
Decorator design pattern in Delphi - Multiple decorations
by User 8984948
Decorator design pattern in Delphi - Single decoration
by User 8984948
Deep copying (cloning) objects in Delphi.
by User 8984948
Delphi Implementation for the OpenSubtitles API.
by User 8984948
I want to give a fairly simple Delphi example that will expose the dependency injection pattern.
by User 8984948
With TLang, you can define a collection of native strings to be localized and the corresponding translations to a particular language.
by User 8984948
A function that returns the Nth Fibonacci number
by User 8984948
A way to hide the Create constructor of TObject in Delphi
by User 8984948
The ABC for Delphi localization is Resourcing, Unit Conversions, and Dynamic Messages.
by User 8984948
The multiton is somewhat an extension of the singleton pattern.
by User 8984948
Parameterized factory method in Delphi
by User 8984948
Here is yet another TDD example code in Delphi
by User 8984948
In this post, I am implementing the Delphi way to request the Google Toolbar’s PageRank (PR).
by User 8984948
String comparison in Delphi
by User 8984948
I wrote the following two functions with the purpose of compressing / decompressing string values within a Delphi application.
by User 8984948
A working example of the Template Method design pattern in Delphi