Welcome to the features and suggestions topic of our community group. We've prided ourselves in listening to our customers and prospects and by...
Blog
Keep a "Non Modal" window active when a modal window is being shown
Recently, I was exploring writing an ADO SQL logging tool (sorta like BDE monitor) - more details on that later - which would show SQL statements on...
My quotes.txt file
I have often been asked about the quotes I use when writing to the newsgroups. These come from a file called quotes.txt, and are placed under my...

Showing Download Progress in Delphi SOAP
Download the code for this white paper (dlprogress.zip, 12 KB) AbstractThis paper talks about how you can show a download "progress" bar...
Multiple windows in Delphi
From a recent thread in borland.public.delphi.nativeapi.win32: There's a problem in the way Delphi handles multiple open forms. Delphi...
The Delphi Eclipse…
One item in my previous post that I specifically didn't address is the notion of using Eclipse instead of VS. Again, this is something...
Basic Authentication in Delphi 7 SOAP
Back after a break. It's been quite a while since I wrote, so I'll cut to the chase. Question on newsgroups: How do I set username/password...
Making "Stay-on-top-forms" do want you want
Delphi supports this type of forms by providing the FormStyle property for the TForm class. All you have to do is to set this property to...
The Observer Pattern
Introduction When we use Delphi to design forms and data modules, every time we place a component on the designer, several things change: the form...
Tables vs. Query Components – Differences between Desktop and C/S databases
The reason there are both Table and Query components is due to the fact there are table-oriented databases like Dbase, Paradox, or Access, and there...
PopupMode and PopupParent
In VCL.NET (and for those of you paying attention, also in the version of Win32-VCL used in the IDE integration pack for Delphi 8) there is a new...
Playing WAV and MIDI files Using DirectX Audio with Delphi
DirectX Overview Conducting a survey about what game programming API used by most of game softwares running on PC, I am sure that, DirectX will be...
Error ‘Could Not Load SSL Library’ when using Indy SSL components
Problem: When using the Indy SSL components, an error 'Could Not Load SSL Library' is raised. Answer: This error is raised because you must...
Kylix 3 Open Edition available for download
With Kylix 3 Open Edition now available for download, here are the top 5 reasons get it: Exercise the freedom to choose: use C/C++ or Delphi...
Oracle user functions, ORA-06553 expression of of wrong type
Question and Answer Database FAQ: FAQ4561B - Oracle user functions, ORA-06553 expression of of wrong type Category: Database (Oracle) Platform:...
Working with cookies
Technical Information Database TI4523D.txt - Working with cookies Category :Internet/WEB Platform :All-32Bit Product :All32Bit, Description: The...
Oracle database link, cursor, ORA-03106: fatal two-task communication protocol error
Question and Answer Database FAQ: FAQ4507B - Oracle database link, cursor, ORA-03106: fatal two-task communication protocol error Category: Database...
How do I create a stand-alone application in C++Builder.
Question: How do I create a stand-alone application, i.e. one that does not require external DLL or BPL files? Answer: There are two project...
How do I produce a .hpp file from a .pas file in C++Builder
Question and Answer Database FAQ4334C.txt :How do I produce a .hpp file from a .pas file in C++Builder Category :Command Line Tools Platform...
Unknown Internal Operating System Error
Question and Answer Database FAQ3749B.txt Unknown Internal Operating System Error Category :BDE Platform :Win95/NT Product : BC++5.x C++Builder1.0...
Custom InPlace Editor in StringGrid
Question and Answer Database FAQ2434D.txt Custom InPlace Editor in StringGrid Category :VCL Platform :All Product :Delphi 3.x Question: How can I...
Writing a VCL component in C++ which defines its own events
Question and Answer Database FAQ2369C.txt Writing a VCL component in C++ which defines its own events Category :VCL Platform :All Product...
Setting a transparent background color for TImageList
Question and Answer Database FAQ2346D.txt Setting a transaprent background color for TImageList Category :Miscellaneous Platform :All Product...
How to put a progress bar on a Status Bar …
Question and Answer Database FAQ2293C.txt How to put a progress bar on a Status Bar ... Category :VCL Platform :All Product :C++Builder 3.x...