Nick Hodges

4,948
Reputation
1027 views

Registered User

Name Nick Hodges
Member for 1 year
Seen yesterday
Website
Location Scotts Valley, CA
Age 47
I'm an R&D Manager on the Delphi Development team at Embarcadero Technologies. Naturally, I am interested in Delphi Programming
1d
awarded  Nice Answer
Nov
16
comment How to disable the Formatter in Delphi 2010
@BruceWell, right, but the point is, what is the problem with its presence? Why the strong need to completely get rid of it?
Nov
16
comment How to disable the Formatter in Delphi 2010
How do you even know it is there if you don't explicitly invoke it?
Nov
1
awarded  Popular Question
Oct
30
revised How can I efficiently retrieve the number of files in a directory?
Changed "TDictionary" to "TDirectory"
Oct
19
comment When and Why Should I Use TStringBuilder?
It's not true that it was introduced solely for source code compatibility. That was part of it, but another strong reason is that it is a powerful class to use, and because some people prefer it's ability to do the fluent coding pattern. Bottom line -- use it if you want, don't use it if you don't want.
Oct
12
comment Where Can find the full list of winners of Spirit of Delphi Award.
Pierre LeRiche definitely won it one year.
Oct
12
comment how to insert data DBGrid to TlistItem with delphi?
You'll have to provide a lot more detail here on what it is you want to do.
Oct
7
accepted delphi 2010 IDE ‘error insight’ error
Oct
7
answered delphi 2010 IDE ‘error insight’ error
Sep
24
comment Drawing and Not enough storage??
You are going to have to provide a whole lot more details about what you are trying to do to get a decent answer.
Sep
22
comment Single-user source control?
+1 for VisualSVNServer. Pathetically easy to get up and running.
Sep
15
comment How can I see the type of a property in the Object Inspector?
Yep, I agree -- that would be a good thing to add. Put it into the VCL/RTL section of delphi.uservoice.com
Sep
13
comment What is “the book” for building ASP.NET Controls?
Perfect -- thanks.
Sep
11
comment Creating a singleton in Delphi using the new features of D2009 and D2010
Great code Moritz.
Sep
11
comment Is Delphi 2010 ready for production use?
Okay, answers: Very Stable. No.
Sep
10
answered Is Delphi 2010 ready for production use?
Sep
10
answered Get list of object’s methods, properties and events?
Sep
10
revised Trouble with IDE and VCLZIP components
Changed title to be more accurate and less provocative
Sep
10
comment Does Delphi VCL provide a regular expression library ?
Folks might consider casting some votes for this: delphi.uservoice.com/pages/4432-general/…
Sep
9
comment Encryption library for Delphi
How does encryption go "long in the tooth"? It still works, right? An algorithm is an algorithm. :-)
Sep
7
comment Delphi2010 Compiler error: F2084 Internal Error: L1737
A code snippet here would help.
Sep
3
answered Does building a Delphi project with MSBuild create .Net dependencies?
Aug
20
awarded  Yearling
Aug
18
awarded  Nice Answer
Aug
16
comment Best Delphi Regex library
There won't be a Regular Expressions Library in D2010, sadly. Probably next time around.
Aug
16
accepted Best Delphi Regex library
Aug
16
comment Best Delphi Regex library
Bruce -- you can link in the OBJ files and end up with no external DLL. It's very nice.
Aug
15
answered Best Delphi Regex library
Aug
14
answered How to implement multiple inheritance in delphi ?
Aug
5
awarded  
Aug
3
comment What is “the book” for building ASP.NET Controls?
Juan-- Lots of ASP.NET book questions, but I couldn't find a question on books specifically about building controls.
Aug
3
revised What is “the book” for building ASP.NET Controls?
edited tags
Aug
2
asked What is “the book” for building ASP.NET Controls?
Aug
1
comment how can i hide TRibbon pages?
Just a side note -- you really can't do this because it violates the specification. Ribbons are not supposed to be dynamic or to change in anyway.
Jul
31
answered FastMM svn version
Jul
29
awarded  Nice Answer
Jul
27
accepted Delphi 2006 always stops working when closed on Vista
Jul
26
comment How do you cleanly abort a Delphi program?
What kind of program is? Console app? TApplication based? You are trying to debug /into/ the shutdown process?
Jul
26
comment Use debug dcus option in Delphi 2009 ?
Without code that demonstrates the problem, then we really can't do much to help you.
Jul
25
comment Delphi 2006 always stops working when closed on Vista
It may be as low as 99.874%.
Jul
24
answered Delphi 2006 always stops working when closed on Vista
Jul
22
comment Older Delphi Instructional Materials
Do not use the BDE. See Bruce's comment about COM and smoking below. Same rule applies to the BDE, only more so.
Jul
20
comment Increasing a pointer not compiling the way I had planned
Well, why wouldn't you want to add one more line? We can't really tell what is wrong without the declaration of "Send".
Jul
19
asked How does one change the text on the clipboard without altering the format information?
Jul
17
awarded  Nice Question
Jul
13
revised D2009 TStringlist ansistring
added 111 characters in body
Jul
13
answered D2009 TStringlist ansistring
Jul
13
comment How do I put some formatted text into the Clipboard?
Mark -- yeah I know that. What I need is a programmatical way to do that so I can test it in a unit test.
Jul
12
revised What is the best report writer tool?
edited tags