| About Delphi Programming |
| Put this feed on your website |
| Description: |
Delphi Programming |
| Format: |
RSS 1.0 |
| Url: |
http://z.about.com/6/g/delphi/b/index.rdf |
| |
| Latest headlines |
About Delphi Programming
|
How Do You Delete Dataset Records In a Loop?
Tue, 07 Feb 2012 03:00:00 +0200
in Delphi Database Development :: I guess that all Delphi developers have tried, at least once, doing some database development. When creating database applications you'll need to pick the right...
|
Free PDF Library for Delphi Developers - Quick PDF Library LITE
Mon, 06 Feb 2012 02:00:00 +0200
in Delphi and PDF :: Are you developing a Delphi application with a task to do PDF document manipulations? Portable Document Format, PDF, is a file format created by...
|
Switch Languages / Keyboard Layouts in Your Delphi Application
Fri, 03 Feb 2012 03:00:00 +0200
in Delphi TIPS ::
If you need to allow the user of your Delphi application to use different languages / keyboard layouts to input data, you would need to mimic...
|
Store RTF As a Resource - Load Resource RTF Into a TRichEdit
Tue, 31 Jan 2012 03:00:00 +0200
in Resources :: If your application needs external pre-made files like sounds and other raw data, beside distributing separate files for your application's use, you can add the raw...
|
Ensure NO #13#10 Ending When Using TStringList.SaveToFile
Tue, 24 Jan 2012 07:45:00 +0200
in TStringList ::
The SaveToFile method of the TStringList class adds an empty line to the file. Here's how to remove that extra line (actually CRLF - #13#10) in your Delphi...
|
Deactivating the TShellTreeView Delphi Control - Faking the Active Property
Mon, 23 Jan 2012 02:00:00 +0200
in Shell Controls ::
Delphi's TShellTreeView component displays a hierarchical tree view of the system's shell folders and files.
I have an application using TShellTreeView with otFolders and otNonFolders set for ObjectTypes....
|
Real World: Upgrade From Turbo Delphi .Net To ?
Tue, 17 Jan 2012 06:53:00 +0200
in Real World Issues :: I've received an interesting email recently from a long time Pascal/Delphi user Jacques Brits.
Jacques has an interesting problem to solve, I guess many could have,...
|
Ignoring the "Variable 'btn' might not have been initialized" Warning? Do NOT!
Fri, 13 Jan 2012 06:00:00 +0200
in Pointers & Delphi :: Take a look at your Delphi application, the one you are developing for many days (weeks, years) ... when you hit Compile - how many...
|
How To Auto Size Run-Time Added TListView Columns
Tue, 10 Jan 2012 08:12:00 +0200
in TListView :: Here's an interesting problem a user of the Delphi Programming Forum has regarding the use of the TListView control:
"I want to create a list view at run-time....
|
How Do You Test If a Delphi String Starts With a (Sub)String? What RTL Function is Faster?
Mon, 09 Jan 2012 04:00:00 +0200
in Delphi Strings :: Whatever type of applications you are creating using Delphi, you must be writing some code to handle strings. Delphi provides a healthy assortment of string operators,...
|