Questions tagged [delphi-xe]

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

Delphi XE is a specific version of Delphi.

Delphi XE was released in August 2010, and is available as a standalone product or as part of RAD (rapid application development) Studio XE.

Delphi XE code name is Fulcrum, compiler version 22, directive symbol VER220.

Speculation about Delphi XE prior to its release often referred to this release as Delphi 2011.

Delphi XE was preceded by Delphi 2010 and succeeded by Delphi-XE2

1495 questions
0
votes
2 answers

Delphi - TClientDataSet - storing filter and indexes definitions

I need some help concerning TClientDataSet since after doing extensive research, I'm still confused about some features. From what I so far understand, saving the TClientDataSet structure to a file, preserves only the FieldDefs. All other…
user2383818
  • 709
  • 1
  • 8
  • 19
0
votes
1 answer

Delphi Firemonkey mobile app will crash when using Teechart

I am developing an application, I have a main form and a button, when I click on a button I show another form that there is a TeeChart on it, when I close the second form and return to the Main Form the will crash (both ios Device and Simulator) and…
Reza
  • 18,865
  • 13
  • 88
  • 163
0
votes
1 answer

Changing information in all Objects the same time

I'm a bit new with objects and I have really have been stuck on this, I hope you guys can help me. I create a simple application to exemplify the problem I am having with Delphi. I have an object that inherited from TButton, but in creation time I…
Icaro
  • 14,585
  • 6
  • 60
  • 75
0
votes
0 answers

delphi xe - twebbrowser change hyperlinks's title font

In DELPHI TWEBBROWSER hyperlinks' title attribute values are shown as hints using the Windows system font for tooltips. Is there any way to set custom fonts for hyperlinks' tooltips in HTML?
Avrob
  • 533
  • 2
  • 10
  • 20
0
votes
1 answer

Deploying File On iOS Device delphi xe

I try to deploy file on iOS from delphi xe5 mobile app, I set remote path in deployment to "startUp\Documents", it is OK on the simulator but on the device there is the following file…
Reza
  • 18,865
  • 13
  • 88
  • 163
0
votes
2 answers

Memory leak inside a function in Delphi

I find this affirmative here in the stackoverflow website: "There's no memory leak. function TBaseForm.CreateEdit(AOwner: TWinControl; inTop, inLeft, inWidth: integer) : TEdit; begin Result := TEdit.Create(AOwner); …
Icaro
  • 14,585
  • 6
  • 60
  • 75
0
votes
2 answers

Delphi - Change Fields definitions of a TClientDataSet that has data

I'm creating FieldDefs at runtime for a TClientDataSet. Still at runtime I want to remove all FieldDefs. I'm saving TClientDataSet physically to a disc file. I tried removing existing FieldDefs using the following code so I could add new ones. But…
user2383818
  • 709
  • 1
  • 8
  • 19
0
votes
1 answer

Generic Tlist in delphi

I have a TList of an interface IImage = interface // another methods... procedure Draw; end; that draw different stuff in a Canvas. and a parent class TCustomImage = class(TInterfacedObject, IImage) procedure Draw; virtual;…
Ulrich Von Rekkenin
  • 352
  • 1
  • 3
  • 14
0
votes
1 answer

Memory leak using Delphi

I have this procedure: procedure TMainForm.ExtractActor(const actor_id : string); var mystream : TStringStream; js : TlkJSONobject; begin mystream:= TStringStream.Create(''); idHTTP1.Get(TIdURI.URLEncode('some dynamic url'),mystream); …
Miguel E
  • 1,316
  • 2
  • 17
  • 39
0
votes
0 answers

Create smooth surface plot of an irregular spaced circular grid using TChart in Delphi XE

Update: Just tried with TeeChart 2014.10.140220 and the problem I showed in the screenshots is no longer present. I guess it was a bug in calculating / displaying the chart, which has been fixed. I'm writing analysis tooling using Delphi XE (32bit)…
deColaman
  • 213
  • 2
  • 14
0
votes
4 answers

Replace TwwQuery with ADOQuery Delphi XE

We are migrating Delphi 7 applications to Delphi XE. We are replacing BDE database component with ADO .In Delphi 7 application we have heavily used TwwQuery (Info Power) component. Though TwwQuery is only supported by BDE ,we have to replace…
0
votes
1 answer

Virtual Keyboard - Android - Delphi XE5

By default when I click on TMemo Virtual Keyboard is shown. I'd like to have TMemo without auto-shown Virtual Keyboard, I set Hit Test to False, but now my TMemo is not scrollable :( How can I achieve scrollable TMemo without Virtual Keyboard?
0
votes
2 answers

Get Series Index under cursor when TChart is clicked

How can I get series index from cursor position when I click TChart? Thank you.
Alex Tiger
  • 377
  • 3
  • 22
0
votes
0 answers

Delphi XE and Chromium Embedded Framework running slow under win 7 32 bit

We're using a delphi built application using CEF (1650) and experiencing compatibility issues when running in Windows 7 32 bit OS. The 32 bit app works fine under Win 7 64 bit, our preferred environment, but when run on our vendor's 32 bit Win 7…
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