gabr

7,117
reputation
475 views

Registered User

name gabr
member for 1 year
seen 55 mins ago
website
location Vrhnika, Slovenia
age 40

I'm a long-time Delphi programmer, writer for TDM, Monitor, and Blaise Pascal magazines and frequent contributor to the Delphi-SI community. Since 2008 I'm part of the Delphi Mentor Team. I'm also the sole author of the The Delphi Geek blog.

Read more about me on Careers

2d
revised How to assign a multiline string value without quoting each line?
fixed the string
Dec
7
revised Best approach for thread synchronized queue
fixed "Enqueue" spelling
Dec
4
accepted How can I enable my 32-bit Delphi application to use 4gb of memory on 64-bit windows (via Wow64.exe)?
Dec
4
answered Pre-sorting analysis algorithm?
Dec
4
answered How can I enable my 32-bit Delphi application to use 4gb of memory on 64-bit windows (via Wow64.exe)?
Dec
1
accepted Delphi 2009 IDE Structure View Collapse function…
Nov
26
revised How Should I Implement a Huge but Simple Indexed StringList in Delphi?
add notes on GpStructuredStorage usage
Nov
26
comment How Should I Implement a Huge but Simple Indexed StringList in Delphi?
Actually, I have no idea how GpStructuredStorage would behave on such big set but you're certainly welcome to try :)
Nov
23
answered How do I wait for a TTimer to finish?
Nov
22
comment Can I create an object of the same type as itself?
@mghie: Agree, but sometimes they are useful. In those cases I like to name them Clone.
Nov
22
comment Is it possible/advisable to use a TStringList inside a record?
There are workarounds. An interface inside a record will be managed correctly. You can than hook TStringList destruction to destruction of the object implementing this interface.
Nov
22
comment Can I create an object of the same type as itself?
Wouldn't that require Create to be virtual?
Nov
21
revised Can I create an object of the same type as itself?
show that default constructor should usually be called from the specialized one
Nov
21
answered Can I create an object of the same type as itself?
Nov
20
comment copy file in a thread
@Greener: Yes, you can use OTL in commercial and noncommercial software. It is licensed under BSD license which basically only requires you to reproduce my copyright if you redistribute the library itself - if you compile it into the code you are not required to mention this in any form.
Nov
20
comment copy file in a thread
Fixed the code. First approximation was typed in Notepad, hence the errors :)
Nov
20
revised copy file in a thread
fixed the code
Nov
20
revised copy file in a thread
deleted 1 characters in body
Nov
20
revised Delphi 2010 OXMLDOM
added 38 characters in body
Nov
20
comment copy file in a thread
@Rob: Exactly so.
Nov
20
answered copy file in a thread
Nov
19
awarded  Great Answer
Nov
16
accepted how to search for a file in all drives
Nov
16
answered how to search for a file in all drives
Nov
16
comment Delphi thread that waits for data, processes it, then resumes waiting
Yes I know, I know ... :( Documentation is first thing on the list after the 1.04 release.
Nov
14
answered Delphi thread that waits for data, processes it, then resumes waiting
Nov
14
comment What are the ways of interchanging string data between clients and a server in Delphi?
ICS is completely asynchronous and that fits the TCP/IP model better.
Nov
13
answered What are the ways of interchanging string data between clients and a server in Delphi?
Nov
13
comment When did my application start running?
And the simplest way to use it is DSiGetProcessTimes from DSiWin32, gp.17slon.com/gp/dsiwin32.htm.
Nov
5
comment Quick padding of a string in Delphi
8 ms is 35.000 string assignments (from a constant - very fast, I presume) and 35.000 cwLeftPad calls.
Nov
5
answered Quick padding of a string in Delphi
Nov
5
revised Quick padding of a string in Delphi
more info
Nov
5
answered Quick padding of a string in Delphi
Nov
3
awarded  
Nov
1
awarded  Nice Answer
Oct
29
answered Getting size of a file in D2010?
Oct
23
comment How i can generate a random new GUID inside of the Dephi IDE.
+1 for pointing out the < kbd > formatting :)
Oct
21
awarded  Enlightened
Oct
21
awarded  Nice Answer
Oct
21
accepted Iterate through items in an enumeration in Delphi
Oct
21
answered Iterate through items in an enumeration in Delphi
Oct
21
revised How to return an instance from a DLL?
fixed the link
Oct
13
revised Cross Platform Commercial Development Tool / IDE / Programming Language ( Native )
edited title; edited title
Oct
12
revised Reserve part of the desktop
typo, wording
Oct
9
revised How to detect true Windows version
some info on Windows 7 and Windows Server 2008
Sep
27
comment How to tell if a Delphi app “owns” its console?
Approximation, but a good one.
Sep
26
answered Delphi 2009 IDE Structure View Collapse function…
Sep
20
revised Questions every good Delphi developer should be able to answer?
edited tags; edited body; edited tags
Sep
19
revised Easy way to modify progress bar in existing Delphi code?
edited title
Sep
19
answered Delphi issues on windows 7 x64 ?