Questions tagged [delphi-2007]

Delphi 2007 is a specific version of Delphi. Delphi 2007 was released in March 2007, and was available as a standalone product or as part of RAD Studio 2007.

Delphi 2007 is a specific version of Delphi.

Delphi 2007 codename is Spacely.

Delphi 2007 was released in March 2007, and was available as a standalone product or as part of RAD Studio 2007.

Delphi 2007 was the last version that used the 8-bit AnsiString as the default string type.
Many components that do not support Unicode will work unchanged on Delphi 2007.

Delphi 2007 was preceded by Delphi 2006 and succeeded by Delphi 2009.

839 questions
-1
votes
1 answer

How to call pop-up frame upon button click

I want to have a pop-up frame upon button click in 1 of my module, but I unable to get it. It always attached to my existing opened frame, my existing open frame layout will be overlap by this call out frame. The follow are what I'm putting into…
CWH
  • 3
  • 4
-2
votes
2 answers

How can I lock the clipboard so that no other application is allows to change the clipboard?

In my application I want to lock the clipboard to prevent other application from changing the clipboard. How can I achieve this using Delphi 2007?
Abhishek
  • 174
  • 2
  • 9
-2
votes
1 answer

How to load Tiff image into Timage in Delphi 2007 without using any third party libraries?

I am trying to use image1.Picture.LoadFromFile(MyTiffFile) to load tiff file into Timage, but tiff is not supported. Is there any way to achieve this without using a any third party libraries?
delsql
  • 601
  • 2
  • 7
  • 15
-2
votes
1 answer

TClientDataSet / MIDAS.DLL stopped to work

I use TCLientDataSet often to store local data, using the SaveToFile and LoadFromFile methods. Everything always worked fine, but somehow now it has stopped to work. When i call SaveToFile method, no exception is generated, BUT nothing is saved as…
delphirules
  • 6,443
  • 17
  • 59
  • 108
-2
votes
0 answers

EInvalidPointer message with 'Invalid Pointer Operation'

The program compiles and runs successfully (on delphi 2007), but during debugging only, it pops up a message box saying "Invalid Pointer Operation" when shutting the program down. I found none and they execute as expected without any error. When I…
TheMuyu
  • 579
  • 2
  • 12
  • 31
-2
votes
1 answer

How can I get SSE rounding in a Delphi version prior to XE2?

How can I get XE2 style rounding in the previous Delphi versions, so with SSE ?
az01
  • 1,988
  • 13
  • 27
-3
votes
2 answers

Delphi 2007 drag from app

this is a general question that I was asked to investigate. What would we need, generally speaking, to be able to drag an image file (tif) from our Delphi 2007 application to some other application? Thank you.
elector
  • 1,327
  • 4
  • 26
  • 43
-3
votes
1 answer

How to make IDE's breakpoints work with specific DCU folder?

For more organization, I want Delphi to generate DCUs in a different folder of my app's root (c:\app). So i edited Project > Options > Unit output directory to 'dcu'. It worked, now all DCUs goes to c:\app\dcu. But now all my breakpoints show as red…
delphirules
  • 6,443
  • 17
  • 59
  • 108
-4
votes
1 answer

Effort to emulate Rtti.pas to Delphi versions prior to D2009 resource needed

I'm looking for Delphi resources related to any effort to emulate hopefully a substantive subset of the new Rtti.pas unit like ThorRtti. Edit: I edited the initial post (header,body and tag) because using backport is misleading and not appropriate…
menjaraz
  • 7,551
  • 4
  • 41
  • 81
-4
votes
1 answer

TIdSMTP : How to send special chars showing correctly in email body

I'm on Delphi 2007, Indy version 10.6.1.5188. When I send messages using my regular SMTP server and TIdSMTP, everything works fine. But when I send using Amazon Simple Email Service SMTP (SES), all special chars in msg body, like á, ç, é are…
delphirules
  • 6,443
  • 17
  • 59
  • 108
-4
votes
2 answers

TStringlist not loading Google Contacts file

I'm trying to use a Stringlist to load a CSV file generated by Google Contacts. When i open this file in an text editor like Sublime Text, i can see the contents properly, with 75 lines. This is a sample from the Google Contacts file : Name,Given…
delphirules
  • 6,443
  • 17
  • 59
  • 108
-4
votes
1 answer

Strange issue with inaccurate time in TIdMessage headers and message

Using Indy 10.1.5 (the version shipped with D2007), I'm composing and sending an email message as part of an automated internal process. The email is sent fine, but when the recipient receives the message the time appears incorrectly in the email…
Ken White
  • 123,280
  • 14
  • 225
  • 444
-4
votes
1 answer

How to implement TDateTime as params for SQL Server

I admit I am not experienced with using SQL directly in Delphi. But I tried now with a small project. It execute a this SQL SELECT [Type], [Sum] = Count(*) FROM exceptionrow WHERE LogDate >= :FromDate AND LOGDATE <= :ToDate GROUP BY [type]…
Roland Bengtsson
  • 5,058
  • 9
  • 58
  • 99
-8
votes
2 answers

Detect Windows version on Delphi 2007 with no APIs

Simple question : how to detect Windows version in a reliable way using Delphi 2007 ? Is there a way to do it without APIs ie, checking only some folder or files in system directory ? Thanks in advance !
delphirules
  • 6,443
  • 17
  • 59
  • 108
1 2 3
55
56