Most voted "delphi-2010" questions
Delphi 2010 is a specific version of Delphi. It was released in August 2009 and is available as a standalone product or part of RAD Studio 2010.
Learn more…9 questions
Sort by count of
-
4
votes1
answer3038
viewsHow to change the form buttons (minimize, maximize and close)
I have a project in Delphi 2010 where you would like to change the buttons icons Minimize, Maximize, Close-up that are represented in the image below: The icons I want to use were created by me, so…
-
3
votes2
answers615
viewsDoubt with cursor in memo
In my project VCL, I have a TMemo with the following text(| is cursor): | | |Hello world | | | | |test | | | | | When I press on Down button, the cursor moves here: | | |Hello world | || | |test | |…
-
3
votes1
answer3941
viewsDifference between Winexec and Shellexecute
Good morning, you guys! I have a personal question I haven’t found yet, so I come here. What’s the difference between WinExec and ShellExecute at Delphi? I ask this question because recently I had a…
-
1
votes0
answers1604
viewsUnavailable Database error when trying to connect Clientdataset using Firebird local base
I am developing an application in Delphi 2010 and I’m using Firebird 2.5. I created a Datamodule and put a Sqlconnection, Sqldataset, Clientdataset and right-clicking on the Clientdataset in the…
-
1
votes1
answer79
viewsHow to set a page size with Ravereport
I have a project in Delphi 2010 in which I use Ravereport to make PDF reports, my question and the following and possible to define the size Width Heigth from the PDF page. I tried it but it makes a…
-
1
votes2
answers287
viewsHow to disable windows update in Delphi
I needed to be able to somehow disable windows update with a Delphi project. I’ve searched the Internet but I haven’t been able to find anything for the purpose. Could someone give me a help or an…
-
0
votes0
answers51
viewsError in sending email
I have an application in Delphi 2010 who sent emails normally by the components INDY. From time to time I can no longer send emails. I already changed the settings in my account GMAIL for: enable…
-
0
votes0
answers91
viewsHow to add Iduri in Delphi 2010
I’m developing a project that I need to idURI that is from Indy and Delphi 2010 doesn’t have. I need this to take a code and concatenate with the current date and send via url with that code at the…
-
0
votes1
answer258
viewsAfter resize form event
I have a project in delphi 2010 in which I am trying to create an event after resize. Is there any way to create the event in a project form? The goal would be to execute a code only after resizing…