1
vote
5answers
74 views
Where should I begin when building a component?
Hello, I am looking to build my own component and have no idea where to begin. I have some Delphi books but they are old and outdated, and am looking for some recommendations on t …
2
votes
2answers
51 views
Adding validator symbol next to control on a Delphi form.
Hi,
I have an application, where there are many forms which follow visual form inheritance.
Every form has standard delphi components as well as custom components.
Form validatin …
0
votes
1answer
26 views
Server AContexts List with Indy10
Hi,
I'm using Indy10 under Delphi2009. I have a server/client application, with TidTCPServer and TidTCPClient.
I found a problem in my "logical" code.
This is :
When the server d …
1
vote
2answers
49 views
TRibbon’s large button’s image is not centered…any ideas? easy to demonstrate at design-time.
i'm using delphi 2009 (updates 1, 2, 3, 4). i'm seeing something quite peculiar. the image on the button is not centered in the button when i have a large button with a large gly …
2
votes
2answers
142 views
How can I set the default file format in the Delphi IDE to UTF8?
Delphi 2009 sets the default file format for new source code files to ANSI, this makes the source code platform-dependent.
Even for a new XSD file created in the IDE, which by def …
1
vote
3answers
116 views
Why does Delphi 2009 sometimes (more often that not) insist I build?
I have noticed that with Delphi 2009, I often get strange errors when compiling, such as recursive unit use, and sometimes just (seemingly) random errors which point to white space …
2
votes
2answers
109 views
determining the character set to use
my delphi 2009 app has a basic translation system that uses GNUGetText. i had used some win API calls to prepare the fonts. i thought it was working correctly until recently when …
3
votes
2answers
215 views
Why does my program stop crashing if I call malloc instead of GetMem?
I am calling a C DLL from a Delphi 2009 application and I keep getting errors when memory allocated by GetMem or AllocMem is passed to the DLL. The only way around I could avoid th …
1
vote
4answers
187 views
Delphi 2009 Upgrade Question…
Hi,
i bought yesterday an upgrade to Delphi 2009 Pro. Now i have the problem that i have a version of Delphi 5 Enterprise, but it's registered, but the account has been lost.
Is …
2
votes
5answers
279 views
When and Why Should I Use TStringBuilder?
I converted my program from Delphi 4 to Delphi 2009 a year ago, mainly to make the jump to Unicode, but also to gain the benefits of all those years of Delphi improvements.
My cod …
0
votes
2answers
97 views
unicode & special characters in delphi 2009
our delphi win32 app uses special characters like micro and copyright. we mostly use the arial. before delphi 2009, we had to provide a way to prevent the micro character from di …
5
votes
6answers
380 views
Any build-in Delphi function like PosEx that finds a sub-string starting from the back of the string?
Is there any Delphi D2010 function like PosEx that finds a sub-string inside a string starting from the end of the string?
I'm removing all the calls to the FastStrings library an …
0
votes
4answers
489 views
convert function to delphi 2009/2010 (unicode)
I'm slowly converting my existing code into Delphi 2010 and read several of the articles on Embarcaedro web site as well as Marco Cantú whitepaper.
There are still some things I h …
2
votes
2answers
98 views
Class Helper for generic class?
I'm using Delphi 2009. Is it possible to write a class helper for a generic class, i.e. for TQueue . The obvious
TQueueHelper <T> = class helper of TQueue <T>
...
en …
8
votes
17answers
571 views
Recommendation needed for good database for Delphi desktop app
I am creating a desktop application written in Delphi and
I am looking for a database for my application.
I'm a bit overwhelmed by the number of available options.
I'd really app …
