Click here to Skip to main content
15,867,686 members
Everything / Programming Languages / Delphi

Delphi

Delphi

Great Reads

by Chad Z. Hower aka Kudzu
Delphi has some big gotchas with interfaces. Learn how to bypass them.
by ADMGNS
An alternative method to Catmull-Rom, Chaikin or Bezier curve smoothing methods
by Issam Ali
How to pass native (Delphi) callback pointer to a .net COM assembly
by Denis Murashov
In the article I describe the possibilities of standard Delphi DFM-serialization mechanism. I start from the basics and then try to cover more complex situations.

Latest Articles

by ADMGNS
A new method for 2D polyline simplification and also smoothing that alternative to Douglas-Peucker and curvature-based simplification algorithms
by ADMGNS
Very simple, noise-based color visual cryptography for images
by Max Kleiner
We use a Command Line Interface with OpenWeatherMap (PyOWM) to make it easier to use the OpenWeatherMap API in Python.
by ADMGNS
An alternative method to Catmull-Rom, Chaikin or Bezier curve smoothing methods

All Articles

Sort by Score

Delphi 

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