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.
1
vote
1answer
81 views
How do I make two controls each occupy half their parent's area?
I have an application that has a sidebar attached to it (TPanel --> alRight), that uses a CategoryPanel (alClient) inside of it. This CategoryPanel has exactly 2 Groups which are non aligned. I would ...
0
votes
0answers
96 views
Is there any key differences between Delphi 2010's compiler and Delphi XE that could cause an EOS Error Code: 1158
As the question suggests I have an app that I can run perfectly fine after building under Delphi 2010, however if its compiled under Delphi XE I get the error:
Project xyz.exe raised exception ...
0
votes
0answers
45 views
TFS and Builder 2009/XE4
I'm building a matrix to compare different source control repositories and which IDEs they integrate with. In essence, I need to make sure the source control integrates with all of the IDEs we use.
...
0
votes
2answers
92 views
Delphi - move control to the ancestor form
I have more than 50 forms which have the same button on them. All of them are derived from the same ancestor. Is there any automatically way to move that button(or any other control) to the common ...
1
vote
0answers
37 views
OverbyteICS HTTP timeout when used in different threads
I've been trying to figure this error our for about 4 days now. I'm using Delphi XE and have created a little tool for translators to use. I got the idea of using the Microsoft Translation API to ...
0
votes
0answers
75 views
How to send mail using indy component in delphi xe2? [duplicate]
First i have this code and i tried with Gmail Smtp server but i have the result with error exception : Socket °10060 !!!!
it a delay socket error , please if any one tried this before and it work ...
6
votes
3answers
358 views
Delphi XE3 EXE file size 25 times larger than Dephi 7
As a test I decided to create a simple "Hello world" app in Delphi using Delphi 4, 5, 6, 7, 2005, 2010 and XE3. The app is nothing more than a TForm, a TButton with an OnClick event that calls ...
2
votes
1answer
117 views
Why does the compiler warn when overloading an abstract method introduced in the base class?
I have code like this:
TBaseClass = class(TObject)
protected
procedure aMethod(const s:string);virtual;abstract;
end;
TDerivedClass = class(TBaseClass)
protected
procedure aMethod(const ...
0
votes
1answer
220 views
Prevent double click on TButton [closed]
We are having an issue in an application with users double-clicking on almost everything including buttons. In some circumstances that leads to something that was not intended by the user since it ...
4
votes
1answer
157 views
Unspecified error when calling Word CentimetersToPoints via OLE
The following code fails with an OLE 800040005 "unspecified" error on the CentimetersToPoint call when executed in Delphi (XE), the similar VBS or VBA version passes
var w : OleVariant;
w := ...
2
votes
1answer
204 views
Convert WideString to String
How can I replace the empty widestring characters from a string?
e.g:
'H e l l o' convert to 'Hello'
I read an text blob field from a DB, and want to store it in another table. When I read it, I get ...
4
votes
1answer
98 views
Delphi - Boolean property is available even when the object has not been created
I was testing today something, and I noticed that you can access a boolean type property of an object even the instance is not created. How this is possible? When trying to modify the boolean property ...
0
votes
2answers
67 views
What replaces ToolServices.GetUnitCount?
I am trying to revive and compile some old sources under XE2.
There's routine that uses 'ToolServices.GetUnitCount' which is defined in ExptIntf.pas (which is deprecated) as ToolServices: ...
-1
votes
1answer
81 views
MagTek Card reader not working when processed in TChromium web browser
I am working with a 3rd party web service to process credit card payments.
When I swipe a credit card via google chrome the payment is detected and processed.
However when I attempt to swipe a ...
2
votes
1answer
83 views
CategoryPanelGroup No Header
Can anyone tell me how to prevent the TCategoryPanelGroup from drawing the headers. I've attempted to set the header.height to 0 but that creates and entirely new problem. My panels have TImages on ...
-2
votes
1answer
77 views
cxDateEdit set min date [closed]
How can you set minimum date in code for the cxDateEdit so user can not select date less than the one I specified ? I could do it in property but code is more applicable.
-1
votes
2answers
58 views
cxDateEdit set time
How do you force cxDateEdit to reset time to 00:00:00 ? Actually I do not need time and have changed its property to date only but somehow the time still gets included in the result. Not visible, but ...
2
votes
1answer
71 views
Remove tcategorypanel border
How can you remove the border from TCategoryPanel and TCategoryPanelGroup in XE3?
Tried this and didn't work:
type
TCategoryPanel = class (Vcl.ExtCtrls.TCategoryPanel)
protected
procedure ...
1
vote
1answer
124 views
Insert partly existing data
I need to add extra data to my TEMP table shown at the bottom on button click.
I need all existing occurences of FROM - TO - DAYS in the table duplicated and inserted.
RATE_PRICE would be ...
0
votes
1answer
189 views
Hotel prices spanning multiple dates issue
Question is somehow related to this one, with the exception that I use parameters.
I have this on my button click :
procedure TForm1.Button1Click(Sender: TObject);
begin
with ABSQuery1 do begin
...
-1
votes
1answer
133 views
convert sql from server syntax to absolute database
This is the original code that worked with SQL Server using Unidac components :
In the SQL (TStrings) of the uniQuery I had :
use HIS
DECLARE @StartDate DATETIME,
@EndDate ...
-1
votes
1answer
130 views
cxGrid have the latest date selected
My query returns all the dates the guest stayed in the hotel (start_date and end_date) .
How can I have the cxGrid select the latest date (selected) in the grid when the query opens ?
By a filter or ...
0
votes
0answers
65 views
rave reports send many reports to one pdf
I have designed a report in the visual report tool and now I want to create a number of reports where the data is filled in by code and save all the reports in one .pdf .
As Rave Reports can generate ...
0
votes
1answer
97 views
EMS Advanced Data Export VCL - export to Excel with custom field names
I cant seem to figure this one out.
Exporting data to Excel works OK but I do not want to use the original table field names but ones of my choice.
Right now, the original field names get exported ...
0
votes
2answers
73 views
Prevent date mismatch
I am using cxGrid in which I have two date fields (start_date and end_date) which get its results from a query. I am trying to prevent user from entering wrong date span when entering data in the ...
0
votes
1answer
57 views
[DCC Fatal Error]: F2051 Unit ApFileIO was compiled with a different version of ***.{ApCollections}TLinkList<uPublic.TApObject>
I have seen similar questions and I've examined them but I didn't solve any problem.
I have all the sources and the error is about two units I've written myself and they are both in the main directory ...
2
votes
0answers
77 views
Delphi - issue with drawing over a TDBGrid descendant
I've wrote a TDBGrid descendant component which is displaying the content of different blob fields for the current row selected, each one in a TJvDBRichEdit. The DrawColumnCell code for displaying the ...
0
votes
1answer
167 views
Display how many days since last visit
I have a query that displays hotel guests stay data (START_DATE,END_DATE).
I would like a label to display how many days passed since guests last visit relative to today. So,example, if guest left on ...
1
vote
1answer
122 views
cxGrid uppercase letters only
Is there a way to have cxGrid (devexpress) accept only uppercase letters ? Or have it accept uppercase only for certain fields ? I could not find any setting in the grid that would achieve this...
-1
votes
1answer
87 views
calculate daydifference between 2 date fields in a table
I can't seem to make this work in the grid:
procedure TForm1.ABSQuery1CalcFields(DataSet: TDataSet);
begin
// if (ABSQuery1.FieldByName('START_DATE').AsDateTime > 0) and ...
1
vote
1answer
168 views
Change field value in the cxgrid when changing another
In my cxGrid I have a Yes/No field which is by default 'NO' . Next to that field, I have another field,a LookupComboBox field that
gets its values from another table. It is empty by default however I ...
0
votes
1answer
118 views
Delphi - what event is triggered inside TDBGrid on dataset.enablecontrols
I need to know what happens in a TDBGrid when the dataset is calling enablecontrols. I understood that dataset is notifying the datasource, but I don't know what is called on the dbgrid component ...
2
votes
2answers
135 views
Delphi Classes to XML representation:
Using Delphi XE:
XML data binding wizard generates Delphi class based on XML/XSD - works great.
BUT I also need to go the other way: Convert Delphi classes into XML. I don't find any support for ...
-2
votes
2answers
94 views
Delphi TWriter.WriteListBegin
I have a component which is writing into a blob different information by using the TWriter class. The problem is that some blobs have been saved incorrect into blob(or under another data sequence), ...
2
votes
1answer
100 views
Show message of how many records were deleted
I am using absolute database from Components Ace. Is it possible to know (display message) of how many records were deleted after running a delete query ?
0
votes
1answer
165 views
Saving deleted records to another table
I am deleting records from one table (based on a condition) like :
procedure TForm3.AdvGlowButton1Click(Sender: TObject);
begin
if MessageDlg('Are you sure???' , mtConfirmation, [mbYes, mbNo], 0) = ...
0
votes
0answers
126 views
How can I resolve my issue with TWebBrowser Post data?
I have a issue when using TWebBrowser to Navigate and post data to a web server.
What happens is that when I initially setup the post data and navigate to the page all the information passes over ...
0
votes
1answer
122 views
delphi - get form class from a frame code
How can I get the classtype of the owner form of a frame from the frame code, and to convert that type to TFormClass?
I know that I need to register the form class, so I can get it with GetClass, but ...
1
vote
1answer
152 views
Setting the Left Axis on a TChart to increment the decimal value up to .13?
This question relates to another ongoing question here: Format Stones and Pounds correctly?
I figured it would be more suitable to ask here as a separate question, before deciding what to do.
As ...
0
votes
1answer
95 views
Enabling form resizing
I have a existing form where the resizing is disabled. I tried to change the property Border Style to bsSizeable and border icons to [biSystemMenu,biMinimize,biMaximize]. I am able to resize but the ...
0
votes
2answers
53 views
Where the .cpp files are stored on installed Delphi .groupproj file?
I have a RxLib Tools installed on my Delphi XE. I need to learn more about the RxLib source but I don't know where the .cpp files are stored on installed Delphi .groupproj file..
Anyone here can help ...
4
votes
3answers
199 views
Format Stones and Pounds correctly?
I have a chart used to display weight in Stones and Pounds (lbs).
The chart is populated by data from a record, for weight the data type is Double.
The record data is edited at runtime and I need to ...
5
votes
1answer
179 views
Delphi automatic Format Source corrupts anonymous procedures
Yesterday I discovered the Format Source feature in Delphi, and it saves me a lot of time.
However, I've discovered that it corrupts the layout of anonymous procedures. Is there a setting that can ...
3
votes
1answer
186 views
How to modify calculated field with TADODataSet?
I have a TADODataset executed with (only for example):
SELECT id, name, lastname, name + ' ' + lastname as fullname
FROM persons
ORDER BY lastname
After I open the dataset, I can modify "name" and ...
0
votes
1answer
109 views
Delphi XE License becomes invalid after formatting the machine [closed]
I have a delphi XE license with me. I format my machine and installed Delphi again, when i tried to register my license it is saying the limit has been reached for the account. How should I proceed ...
3
votes
1answer
104 views
Regular Expressions and TMatch.Groups.Count
I'm porting some classes from the Apache Commons library, and I found the following behaviour strange. I have a regular expression defined as
const
IPV4_REGEX = ...
0
votes
0answers
186 views
Solution to Printing Crystal Reports XI Forms in Delphi XE3
After suffering through the same problems as others did, I came up with this solution to previewing/printing Crystal Reports XI reports. This borrows a few lines for the login sequence. I still can't ...
1
vote
2answers
84 views
How to adding new section in INI file using TJvAppIniFileStorage
I have a database application project written in Delphi XE and connected to MySQL Database using dbExpress. I use JVCL grid Components to show the records from the Dataset. It will be more efficiently ...
1
vote
1answer
268 views
Loading PNG to TImage
im trying to load a PNG image to a TImage using PNGImage library,
each time i do
Image1.Picture.LoadFromFile('c:\c.png');
i get :
The file being read is not a valid "Portable Network ...
1
vote
2answers
208 views
Have cxGrid expand current date
I made my grid group by date (grabbed the column name and dragged it to where it says 'group by that column'). However, when the grid is displayed all the dates are 'closed' so I must expand them to ...





