New Delphi Book You Should Not Miss: "Delphi XE2 Foundations"
Friday June 29, 2012
in Delphi Books :: There are not so many Delphi books being published recently - so when one gets to the print - you should not miss it!
The Delphi XE2 ... Read More
Implementing Delphi Sets To Hold Up To 65536 Integer Elements
Tuesday June 26, 2012
in Delphi Data Types ::
One of a structured data types in Delphi is a set type. Sets are collections of values of the same ordinal type (boolean, char and integer ... Read More
Set Of String in Delphi? Yes! Union, Intersection and Difference For String Lists.
Tuesday June 19, 2012
in Delphi TIPS ::
In Delphi, sets or set types allow you to do set type operations like union, intersection and difference on a set of ordinal values. A set ... Read More
Implementing StartsText With SubText As Pattern - When Pattern Is A Regular Expression!
Friday June 15, 2012
in regex :: For a relative file path like "\abc\def\file.txt" I need to check if the file is located in the "\abc\def" folder (or in any of its sub folders). ... Read More
Developing Great Games In Delphi? More Than Possible!
Tuesday June 12, 2012
in Game Programming :: If we look at the Delphi history, it appears that every new version of Delphi has always been introduced using slogans like "easy database development" and ... Read More
Crypting Your INI (Configuration) Files
Friday June 8, 2012
in INI Files :: In most of my applications I'm using INI files to store configuration options.
INI files are text based documents with a simple structure. A user can open ... Read More
How Many Times A String Appears Inside Another String?
Tuesday June 5, 2012
in Delphi TIPS ::
While the SysUtils unit and the StrUtils unit provide hundreds of string manipulation routines there are always some that are "missing". A function I need daily ... Read More
