Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [delphi-xe2]

Delphi XE2 is a specific version of Delphi. Delphi XE2 was released on September 1, 2011 and is available as a standalone product or as part of RAD Studio XE2.

delphi-xe2
1 vote
0 answers
47 views

Post persian character value with delphi TREST component

I send a post request with Delphi TREST component with parameter value as Persian characters: Request.Method := rmPost; Request.Parameter.Name := 'ChangeLog'; Request.Parameter.Value:= 'توضیحات نسخه'; ...
Shayan's user avatar
  • 11
0 votes
0 answers
38 views

E2170 Cannot override a non-virtual method on Updating DSharp

I am trying to update DSharp to the latest release. Before doing that I updated Spring4D successfully. When I tried to update DSharp and build DSharp.Core.DelphiXE2.bpl I had the error message "[...
pio pio's user avatar
  • 784
1 vote
1 answer
43 views

Scanning bmp file pixel by pixel using TBmp.Scanline with Delphi

I am trying to scan a .bmp file pixel by pixel to find the relevant RGB value of each of them and assign the result to a TPanel.Color. The following is the code I am working on procedure TForm4....
pio pio's user avatar
  • 784
1 vote
1 answer
202 views

How to Check Delphi TADOConnection.State

I have a method which performs some operations on a TADOConnection object, which sometimes seems to occur when the connection is in a state which would not permit this operation. When this happens, an ...
Luke's user avatar
  • 2,486
0 votes
0 answers
63 views

Add a control to a subcomponent inside a custom control

I've created a custom control which is a panel with another panel inside it. I want the controls added to the outer panel to be actually placed inside the inner panel. TCategoryPanel actually does ...
Bruno Kinast's user avatar
  • 1,148
0 votes
1 answer
17 views

Installing FastQueryBuilder Component Fails to install into Delphi XE2 IDE

I am trying to install FastQueryBuilder component set into Delphi XE2. I can build everything that is required, but when I go to install dslfqb100.bpl, I get the message shown below. I have a VM where ...
Shane's user avatar
  • 49
0 votes
1 answer
396 views

Delphi XE2 Installation fails to download required files due to connection issues

I am trying to install Delphi XE2 and it refuses to download the required files due to connection issues. There is no issues with my connection and I have turned off all antivirus etc. We are licensed ...
Shane's user avatar
  • 49
2 votes
0 answers
158 views

(Delphi) Trying to make derivative DBGrid, can't make it work

For certain reasons I can't use additional components such as EhLib or DevExpress QuantumGrid, so I'm trying to make my own component, derivative from standard DBGrid. But I don't have enough in-depth ...
Obsydian_ring Winds_of_hellhei's user avatar
1 vote
1 answer
228 views

Can not use Eureka Log function in module

I am getting some error while running my Delphi XE2 application with Eureka log. I have a licensed copy of Eureka Log and follow all the steps as per document, but still getting the error below: ...
A B's user avatar
  • 1,511
1 vote
1 answer
356 views

Crystal report database issue in Delphi 11.2

I am using crystal report 11 in delphi 7. Due to the unavailability of support from crystal report, I compiled the source code of crystal 11 in Delhi 11.2 and installed the components as part of ...
Ms vani's user avatar
  • 21
1 vote
0 answers
146 views

Disconected session Rad Studio XE2

I have a problem when running a project on XE2 it sends me a "Session disconnected" error, this happens when I try to run the project on 64 bit. Does anyone know how to fix it? Running the ...
Moises Arrona's user avatar
1 vote
1 answer
183 views

When typing at the end of the editmask, it will pass the number to the left side until it reaches the last one

Good afternoon, I'm doing a project in delphi that uses editmask. I'm using the phone mask. When clicking on edit to write the phone number, it goes to the last field on the right, so it is necessary ...
Erick Landim's user avatar
1 vote
2 answers
130 views

When will a constant be created in Delphi XE2?

I am using Delphi XE2 and I have to write a function which needs some constant arrays. If I declare these inside the function, when will they be created? Each time when the function runs or only once? ...
Wolf Poncho's user avatar
0 votes
1 answer
894 views

Dark Theme for XE2

I have been looking for a proper tool or settings for Delphi XE2 IDE to support dark theme and haven't got around desired results. Dark Mode is available for 10.2 Tokyo and further versions is there ...
Yash's user avatar
  • 23
2 votes
1 answer
345 views

ComboBox doesn't behave the same inside panel

Using some answers in StackOverflow I've created a searcheable TComboBox in Delphi. It works fine when you add it directly to a Form, but breaks as soon as you add it to a TPanel and I can't seem to ...
Bruno Kinast's user avatar
  • 1,148

15 30 50 per page
1
2 3 4 5
174