Skip to main content
63 votes
6 answers
95k views

I am having trouble with the delimiter in the TStringList Class. Take a look: var s: string; sl: TStringList; begin sl := TStringList.Create; s := 'Users^foo bar^bar foo^foobar^barfoo'; sl....
Acron's user avatar
  • 1,398
61 votes
9 answers
29k views

I'm wondering how the few Delphi Programming users here are doing unit testing, if any? Is there anything that integrates with the Delphi IDE that you've found works well? If not, what tools are you ...
Drew Gibson's user avatar
  • 1,654
42 votes
3 answers
149k views

in MS Sql there are data types that are not supported by delphi 7, the xml datatype is one example. I wish to convert the XML datatype to Text datatype, so that i could handle it in delphi. Is ...
none's user avatar
  • 4,877
41 votes
6 answers
16k views

I just ran into an annoying problem. Suddenly Avira AntiVir started to flag one executable from my software as being a virus. As the default action from almost any user is to click OK and Avira ...
Ricardo Acras's user avatar
37 votes
6 answers
22k views

Our company have a software that has been in development for over 10 years, so there are some really dated stuff in there. It's still quite functional and everything, but I see the new features on ...
Rosenberg's user avatar
  • 2,454
36 votes
5 answers
18k views

Setting a form to WindowState = wsMaximized will sometimes cause the form to be maximized but not: Long-time bug: this is a question I first asked in the Borland newsgroups in 2003: Accepted fix for ...
Ian Boyd's user avatar
  • 259k
35 votes
2 answers
2k views

I'd like to automatically checkout a file when I start to edit it in Delphi 7 IDE. ClearCase is my version control system and I really hate the need to checkout a file before starting to edit. It ...
neves's user avatar
  • 40.3k
34 votes
2 answers
119k views

String content = "Jane"; String container = 'A.Sven,G.Jane,Jack'; // This is the string which i need to be searched with string content boolean containerContainsContent = StringUtils....
delsql's user avatar
  • 651
33 votes
6 answers
52k views

I'm working with Delphi 7 and Strings, and I came across this: For a string of default length, that is, declared simply as string, max size is always 255. A ShortString is never allowed to grow to ...
PresleyDias's user avatar
  • 3,711
33 votes
6 answers
39k views

My application is based on modal forms. Main form opens one form with ShowModal, this form opens another with ShowModal, so we have stacked modal forms. There is sometimes a problem that when we call ...
LukLed's user avatar
  • 31.9k
30 votes
3 answers
13k views

Is there any way to know the name of a method I'm currently in? So that: procedure TMyObject.SomeMethod(); begin Writeln('my name is: ' + <hocus pocus>); end; would produce this output: my ...
tomazy's user avatar
  • 915
29 votes
9 answers
28k views

If I try to run Delphi 7, I get this frightening message: Register Delphi Borland license information was found, but it is not valid for Delphi. You can not run Delphi without this information. Click ...
No'am Newman's user avatar
  • 6,497
28 votes
1 answer
10k views

I noticed the following phenomenon: An executable built with Delphi 7 and part of the name including "Update" (e.g. "UpdateMyApp.exe") causes UAC to step in to display a warning like "do you want to ...
Christian's user avatar
  • 733
28 votes
3 answers
4k views

I have a question (or more likely a bug report) about bit shifting behavior in Delphi (tested in Borland Delphi 7). Target: perform an "Arithmetic" bitwise shift right with any number. This means ...
aleksusklim's user avatar
27 votes
4 answers
69k views

I think theres no native support to gif animated images. How is the best way? any free component that allow that? I was thinking in using a TImage and a ImageList + Timer, but I need to export each ...
Victor's user avatar
  • 22.4k

15 30 50 per page
1
2 3 4 5
207