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.
-1
votes
1answer
84 views
write specific line in tmemo according to line number
I am using the following to insert text from a text file into TMemo.
procedure TForm1.Button1Click(Sender: TObject);
var
SL: TStringList;
begin
SL := TStringList.Create;
try
...
0
votes
0answers
86 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 ...
2
votes
2answers
137 views
Why doesn't this thread terminate?
I can not get this thread to terminate. Where did I make an error?
type
TThumbnailThread = class(TThread)
public
procedure Execute; override;
procedure CreateContactSheets;
end;
...
2
votes
0answers
42 views
trapping drag-and-drop at design time in Delphi for a TCustomGroupBox descendant
I'm developing a tCustomGroupBox in Delphi 2010 and I want to trap drag-and-drop operations at design time.
I've tried to trap StartDrag and DragDrop, but it seems that those methods does not respond ...
0
votes
0answers
15 views
Is it possible to pass modified data from a ClientDataSet to a database in Delphi 2010?
I've a clientdataset with some data loaded into it. The user of the application modifies one field of each record from this dataset. When he push a button, it must save all the changes on the ...
1
vote
0answers
47 views
Delphi 2010 DataSnap Client with HTTPS
I have a DataSnap server written in Delphi XE3, deployed as an ISAPI module with SSL.
I'm writing a client application for this server, but it has to be written in Delphi 2010 for now. I'm having ...
2
votes
1answer
105 views
Can a unicode or UTF8 character be stripped from a ansistring?
In the case where a Unicode character or a UTF8 character exists in a ansistring is it possible to strip the characters from the string? In this particular case the ansistring contains EXIF ...
0
votes
0answers
74 views
VNC DES authentication algorithm
I'm doing a client for VNC protocol (RFB). Everything is working from the part where I connect to server, to the part where I receive 'challenge' from server. The challenge is a 16-byte random, that ...
5
votes
1answer
73 views
Delphi 2010 forms shows on “wrong” monitor
I have a simple test app, with one empty form, and a second containing a TButton. The button script is like this:-
procedure TForm1.Button1Click(Sender: TObject);
begin
Form2.Show();
end;
Form2 ...
0
votes
2answers
69 views
How can I send Unicode characters (16 bit) with Serial port in Delphi 2010?
I have a problem in Delphi 2010. I would like to send from my PC some Unicode (16 bits) characters to the printer with serial port (COM port).
I use the TCiaComPort component in D2010.
For example:
...
0
votes
0answers
57 views
How do I add the Controller Component Delphi 2010 kodak image scan
I've recently started to Delphi 2010, I have a question?The new project, write the text file on the picture writings. To do this you have to scan images. Import ActiveX component, but I wanted to say ...
6
votes
3answers
338 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
118 views
How do I read a UTF8 encoded INI file?
I have an INI file in UTF-8 format.
I am using Delphi 2010 to read the INI file and populate a TStringGrid with the values in the INI file.
var
ctr : Integer;
AppIni : TIniFile;
begin
AppIni ...
1
vote
1answer
91 views
Sorting files in memory
D2010 Pro, Win Vista 32bit:
I need to parse a directory and its subfolders for files and read the file information (name, type, size, date modified ... the Windows Explorer columns) into memory. So ...
2
votes
0answers
78 views
Create an attribute for an inherited property
[EDITED] I'm trying to get RTTI to recognise the "Items" property of the TList generic class so that I can apply an attribute to it. I've written a console app which outputs the RTTI properties here:
...
2
votes
1answer
82 views
How to create tabbed views for RAD Studio's tool components
tl;dr
How can I group RAD Studio tool windows into a single tabbed container?
Brace yourself. Enormous amounts of unimportant details incoming.
Background
In the newer RAD Studio IDEs (versions ...
2
votes
1answer
80 views
Using Yahoo! Query Language (YQL) in Delphi
I see that yahoo yql can get many information in web services which can be very useful. However, when I search for "Delphi yql" in google. There are no useful information returned. Are there any ...
2
votes
1answer
95 views
I use Delphi to call a DLL but still have an error
This is the invoke code
unit CY;
interface
uses windows;
type
TMember_Rd = Record
iID: integer;
sCode: Array[0..255] of char;
sName: Array[0..255] of char;
end;
PTMember_Rd = ...
1
vote
1answer
71 views
GetLocaleFormatSettings for LOCALE_INVARIANT returns the users settings under Windows XP German
All numbers that I write to files for exchange purpose use the following code:
GetLocaleFormatSettings(LOCALE_INVARIANT, fsInvariant);
FloatToStrF(Value, fsInvariant);
When I read in the number I ...
0
votes
0answers
40 views
How use the mouse wheel in TScrollbox [duplicate]
i have a form with a PageControl(actually a TcxPageControl) with several tabs in each tab i put a TScrollBox and in this scrollbox several components. I want to scroll using the mouse whell, i already ...
1
vote
1answer
39 views
Creating a global frame?
Delphi RAD Studio 2010 on Windows platform:
Please excuse my ignorance and feel free to tell me if I am barking up the wrong tree.
I just need to know whether my idea would work in principle?
I ...
3
votes
1answer
191 views
Delphi 2010 button with Windows version that has Aero glass on turns text white
The other day, I started to play with different visual effects in Delphi, and ran into a problem using Aero Glass effect (I have a Delphi 2010 installed): when I put the button on the glass, some part ...
0
votes
2answers
161 views
How to pass string parameters to an TADOQuery?
Using Delphi 2010
Can anyone tell me what I am doing wrong here with my code. The comments show the errors that I receive with the particular methods that I tried to pass parameters to my ADOQuery
...
2
votes
1answer
123 views
Delphi and Windows Logon Events [duplicate]
I want to know how to receive windows logon and logoff events inside a delphi windows service.
The service itself is already built, now I want to show a systray icon that opens a settings/logs window. ...
1
vote
2answers
76 views
How to convert UTC to local time
I have to develop an application for ePrescribe and need to convert an UTC Time value (for example '2010-01-01T16:09:04.5Z') to local time. Delphi 2010, any suggestions?
1
vote
1answer
119 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 ...
-1
votes
1answer
124 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 ...
-2
votes
1answer
76 views
by using Delphi . HOW to read whole data files for Search Engine ..? [closed]
Sorry for ambiguity, This is the first time that I use this site. OK, I'm trying to build a search engine, containing text files, I completed Read files line by line, cutting words and stored in a ...
1
vote
0answers
156 views
Java equivalent of Delphi encryption?
I have a Delphi 2010 application, that uses the Lockbox component for encrypt data. The program is calling the Triple DES Encrypt String CBCEx function with Key128. The key is generated by function:
...
0
votes
1answer
134 views
How to keep a global object in a Delphi DLL?
I have a simple DLL written in Delphi. It provides functions which operate on some read-only data, embedded as a resource. I found loading that resource on each call to be quite slow, so I want to put ...
2
votes
2answers
202 views
How to have assert()s that depend on debug-only code compile in a Release build?
Wait! - this is not as silly a question as it sounds. The title is simply succinct.
I have some debugging code to verify the correctness of a data structure and some assertions checking this ...
0
votes
1answer
165 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
193 views
dbgrid without client dataset
I have a form with a dbgrid and an sqlquery component. I am trying to fill the dbgrid with the sqlquery. When I do I get the message, "Operation not allowed on Unidirectional dataset." I do NOT want ...
4
votes
4answers
160 views
two different versions of the same application [closed]
I have a software made with Delphi 2010 and it is required to be used from two different departments both of them share the same data and same UI except for some changes like hide/add buttons, forms ...
2
votes
1answer
154 views
Updating the name value in a TStringList name/value pair
Is it possible to update the Name string of a particular TStringList name/value pair?
List.Names[I]:= name;
I know Names is a readonly property, I was wondering if there was another way that I ...
1
vote
1answer
250 views
Delphi Indy LAN Chat
I have a basic indy TCP server and a client in which the client sends messages to the server. In the OnConnect event on the server, the clients IP is added to a list box. I would like to get this ...
0
votes
1answer
389 views
Login to craigslist to retrieve account page using Delphi and Indy and SSL
I am trying to log into craigslist using Delphi, and retrieve my account page (in order to gather a listing of all my posts)
However, I can't seem to get the login to work, what Am I doing wrong?
...
1
vote
0answers
62 views
SAML in Delphi 2010
I need to implement SAML in web based Delphi 2010 application. Are there any components available in Delphi 2010 to implement?Are there any delphi sample code available?
I could see sample code for ...
2
votes
2answers
159 views
Sorting TListView Columns - cont. (Ascending & Descending)
I recently got help for sorting a TListView's columns based on columns data type.
Here is the code:
procedure TfrmFind.lvwTagsColumnClick(Sender: TObject; Column: TListColumn);
begin
ColumnToSort ...
-1
votes
2answers
86 views
Delphi Writing to HKEY LOCAL MACHINE
I have a back up application that I wrote and I need it to run on start up, always for all users. I want to use
key := '\Software\Microsoft\Windows\CurrentVersion\Run';
Reg := TRegIniFile.Create;
...
0
votes
1answer
161 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
1answer
90 views
how to RegisterExpectedMemoryLeak
let's start with simple code codded under D2010:
var
StringList: TStringList;
begin
ReportMemoryLeaksOnShutdown := True;
StringList := TStringList.Create;
...
10
votes
4answers
369 views
Delphi unit test for a TThread with FreeOnTerminate = True
What is the best way to write a Delphi DUnit test for a TThread descendant when FreeOnTerminate = True? The TThread descendant returns a reference which I need to test for, but I can't figure out how ...
1
vote
2answers
169 views
TStringList CustomSort method on Name/Value pairs
Is is posssible to use customSort on a TStringList using the Name from the Name/Value pairs
I was currently using a TStringList to sort one value in each pos. I now need to add additional data with ...
0
votes
1answer
157 views
List Index Out of Bounds on screen.forms
I do some reporting on a form with reportbuilder.
On the main form I select some items on a grid and then a generate the reports of the items.
I want to do this in a Tthread but i get an error 'List ...
0
votes
1answer
219 views
String to Char Array using a for loop string[0] is always null
procedure TfmCypher.btn1Click(Sender: TObject);
var
i: integer;
MasterkeyArray: array of char;
Masterkey : string;
j : integer;
begin
Masterkey := edtKey.text;
setlength(MasterKeyArray, ...
9
votes
5answers
478 views
How to split string by a multi-character delimiter?
Is there a Delphi function to split string by a multi-character delimiter rather than a single character ?
For instance when I'd use that function this way:
...
0
votes
1answer
68 views
Checked Toggle between TMenuItems in group
I have three menu items I would like to toggle between one another with a check.
The first one is default checked = true and the other two are false
I would like to have the check mark show next to ...
2
votes
3answers
160 views
Download jpg from internet without error else load a template.jpg
I have a TImage which displays a JPG image from a folder. Each JPG image name is numerical (e.g. 5968.jpg) If the JPG image does not exist, i currently load a template JPG.
However, I would like to ...
1
vote
2answers
84 views
Custom Component TImage events causing error “Does not exist”
I have a custom component witht the following events
private
{ Private declarations }
...
fOnImageClick: TNotifyEvent;
fOnImageMouseUp: TMouseEvent;
fOnImageMouseDown: ...
