Anonymous
If you want to create Apache modules with Delphi, you can start reading DrBob’s Delphi 2006 and Apache Web Apps and this articles, they explain step by step how to create Apache modules with Dephi.Apache… … Read more
16 years ago 0
Anonymous
To finish this series of paginating TListViews, I’ll show a simple method of automatic assignment of data from a database query to properties of an object.Introducing RTTIDelphi and FreePascal provides the ability to get and… … Read more
16 years ago 0
Marshall Fryman
RAID is a method that takes independent drives and lets a system group them together for security (redundancy or parity), speed enhancements, storage space increases or all three. One of the long-time stalwarts of the… … Read more
16 years ago in Coding, Delphi0
Bob Swart
When migrating existing source code from previous versions of Delphi to Delphi 2009, you may encounter warnings about implicit conversions from AnsiString to Unicode Strings or vice versa (the other way may also have a… … Read more
16 years ago in Unicode, Delphi0
Steve Peacocke
Few programming teams that I have met really understand how important communication is to their everyday lives. Let me yell this from the highest places I can find – Communication is the most important factor… … Read more
16 years ago in Development Methodologies, Management0
Anonymous
In my previous article, I wrote about a method to paginate data shown in a ListView. Now, I want to extend its reach by replacing TDataSets by TCollections.What is a TCollection?A TCollection is a container,… … Read more
16 years ago 0
Bob Swart
In this article, I’ll demonstrate how to use SOAP Headers as security technique for ASP.NET Web Service projects using Delphi Prism (extending the example from last month by adding a security layer to it). … Read more
16 years ago 0
thomas pfister
after a long time it’s ready and available:the 7.6.2 patch for Rave BE for Delphi 2009. Especially the Scripting is working again and some other important things works now….http://cc.embarcadero.com/reg/rad_studioAnd now I’ll start my session-work fo… … Read more
16 years ago 0
Soho Theme on while true do;
Many users asked Embarcadero to include a profiler in the next Delphi for Win32. Waiting for this, there are some interesting tools for profile a Delphi program. For example, AsmProfile is an Open Source sampling… … Read more
16 years ago 0
Soho Theme on while true do;
Many users asked Embarcadero to include a profiler in the next Delphi for Win32. Waiting for this, there are some interesting tools for profile a Delphi program. For example, AsmProfile is an Open Source sampling… … Read more
16 years ago 0
Bob Swart
During the recent migration of a large Delphi for Win32 project (which was started in Delphi 3, and migrated to 5, 7, and 2007 along the way) to Delphi 2009, I encountered some differences in… … Read more
16 years ago in Unicode, Delphi0