Top "Delphi-2010" questions

Delphi 2010 is a specific version of Delphi.

right justify delphi stringgrid column but keep themed drawingstyle

I am using delphi 2010 for a project with a stringgrid. I want some columns of the grid to be right …

delphi delphi-2010 tstringgrid
Gecko 2 ActiveX Control VCL component in Delphi?

How can I import the Gecko 2 (used in Firefox 2) Active control into the component palette so I can add it …

delphi firefox activex delphi-2010 gecko
Any build-in Delphi function like PosEx that finds a sub-string starting from the back of the string?

Is there any Delphi D2010 function like PosEx that finds a sub-string inside a string starting from the end of …

delphi delphi-2009 delphi-2010
Class default property of boolean set to true gives false on run-time

I've got a simple component class with boolean property: TmyClass = class(TComponent) private fSomeProperty: boolean; published property SomeProperty: boolean read …

delphi delphi-2010
Borderless TForm with drop shadow

I have made a TForm derivative that acts like the drop down part of a combo, or a hint window, …

windows delphi windows-7 windows-xp delphi-2010
Delphi XE2 HTTPRIO Unable to retrieve the URL endpoint for Service/Port

I am converting a Delphi 2007 program to Delphi XE2 and having a problem with the following error message: Unable to …

delphi wsdl delphi-xe2 delphi-2010 webservice-client
Delphi dbgrid continuous scrolling

I'm making an application that holds orders and prints invoices. I have some labels, tedits, tmemos, buttons, a datasource, an …

delphi delphi-2010 tdbgrid
Compile Delphi component package (bpl) for different Delphi versions

The situation is the following. Typically I use RAD Studio 2010 for Delphi development. I have some components I would like …

delphi components delphi-2010 vcl
Rtti accessing fields and properties in complex data structures

As already discussed in Rtti data manipulation and consistency in Delphi 2010 a consistency between the original data and rtti values …

delphi delphi-2010 rtti
Passing a parameter to CreateThread

I am having a problem passing a class reference as the parameter to the ThreadProc in a call to CreateThread. …

delphi delphi-2010 parameter-passing createthread