Questions tagged [delphi-2010]

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

Delphi 2010 is a specific version of Delphi.

Delphi 2010 was released in August 2009, and is available as a standalone product or as part of RAD Studio 2010.

Delphi 2010 codename is Weaver.

Some of the major features of the Delphi 2010 release include:

  • The introduction of a new, rich RTTI (reflection) API that far exceeds the level of detail available in previous Delphi editions.
  • Full Windows 7 support at the compiler and standard library level.
  • Built-in VCL-level support for touch, multitouch and gesture input, even on earlier Windows versions without OS-level touch support.

Delphi 2010 was preceded by Delphi 2009 and succeeded by Delphi XE.

1635 questions
0
votes
7 answers

How to debug a COM dll in Delphi?

I try to debug a COM dll (TAutoObject) in Delphi and my break point are not green. I put my option like this : host : c:\Program Files\Internet Explorer\iexplore.exe param : c:\software\test.html My test is well lanched but no breakpoint in…
Hugues Van Landeghem
  • 6,755
  • 3
  • 34
  • 59
0
votes
1 answer

Custom property flow reading error

I'm a french user of Delphi 2010 so please excuse my bad english. I've created a control from a TCustomControl. This control have a TOwnedCollection populated by TCollectionItem descendant. Those Items have a published custom list property. This…
0
votes
1 answer

how to upload file to Google cloud Storage via Delphi

hello my friends i am need upload a files to google cloud storage account using Delphi , have one have a example for me. Thank
0
votes
1 answer

Display Password Char for editable TField in DBGrid

I have a DBGrid where I am using following query to get the data: Select * from table1 where One of the fields in Password coming from database, which I want to display as ***. But keep it editable for the Grid itself. Can you please…
user2809635
  • 139
  • 1
  • 3
  • 12
0
votes
2 answers

How to update GUI controls with versions of Delphi (Pre Delphi 2010) without Synchronize

I have some apps built with Delphi 2010 and XE4 that use Synchronize in a thread. I think Synchronize was introduced to Delphi in Delphi 2010. My thread operates very well so that is not the problem. My question is: Is there any way to…
Bill
  • 2,993
  • 5
  • 37
  • 71
0
votes
1 answer

Integer 5 equal to 35 in socket communication

I'm exchanging some data over socket, and at some point of the communication, I need to send a message like this: SendBuff(#$06 + #$05 + Login, Length(Login) + 2); Exploding the message: "#$06" = header, I need to send 06 in the front of this…
user1526124
  • 229
  • 4
  • 20
0
votes
1 answer

Chart of function exponential

I am trying to create a line graph of an exponential function: j:=IWcmbxCriterionName.ItemIndex; p1a:=(-5000)*0.001; p1c:= -(Exp(P1a * Min[j])) / (Exp(P1a * Max[j]) - Exp(P1a * Min[j])); p1b := (1 - P1c) / Exp(P1a * Max[j]); …
0
votes
1 answer

Can you recover from a "Resource 1 not found"? in Delphi 2010

A fairly complex project was muddling along with lots of work done last night when I decided to turn in. But thinking about adding some gestures got me up after three hours of sleep and I went at the code again, which was a mistake. I added the…
GM Mugford
  • 211
  • 3
  • 8
0
votes
0 answers

Rad Studio 2010 exception in system.pas

When I run my application sometimes it pops out "Out of memory" dialog and opens System.pas and stays in the TEST EAX,EAX line. function _GetMem(Size: Integer): Pointer; {$IFDEF PUREPASCAL} {$IF Defined(DEBUG) and Defined(LINUX)} var …
Suhrob Samiev
  • 1,528
  • 1
  • 25
  • 57
0
votes
1 answer

error string variable in delphi

Hi I have the following code delete: = 'testing # {}' testing '; the problem is that when I use 'fails because it does not know how to avoid this error in other languages ​​such as perl is solved by using \' delphi but does not work. someone could…
Jose Martinez
  • 303
  • 2
  • 6
  • 14
0
votes
1 answer

problems with zip component in delphi 2010

I am a new to the world perosana delphi'm trying to migrate an application module delphi delphi 4 to 10 and among the problems is throwing me a message at "dxDbZipImage.pas" that tells me not find the file "AbZipper.dcu ". Actually I have no idea…
Jeisson Niño
  • 21
  • 1
  • 2
  • 7
0
votes
2 answers

Anyone having problems with Delphi-2010 and Norton Internet Security 2010?

I just spend the good part of the afternoon trying to find out why some projects, when compiled and run from within the Delphi-2010 IDE produced a 'Security Risk - A program is behaving suspiciously on your computer' warning every time I compiled…
Edelcom
  • 5,038
  • 8
  • 44
  • 61
0
votes
3 answers

Why Does Delphi's Math.Payment Function Return A Negative Number

I'm trying to calculate the monthly payment for the following scenario: $5,000 is borrowed for 3 years at 8.00% compounded monthly with $1,000 due at the end of the term. /* From Math.pas function Payment(Rate: Extended; NPeriods: Integer; const…
0
votes
4 answers

DreamEdit component converted to Delphi 2010

I am using the DreamEdit (source code editing) component (of which I have a license and the source). Sadly, the company behind it (DreamCompany) stopped supporting and upgrading the component some years ago. Has anyone been using this component too…
Edelcom
  • 5,038
  • 8
  • 44
  • 61
0
votes
1 answer

set form that opens with project in delphi 2010

I have a particular delphi project which no longer opens any forms in the ide when I open the project file (either .dpr or .dproj). I still see all my forms in the project manager, and can open them from there, but I have become accustomed to the…
Joe
  • 999
  • 1
  • 8
  • 20