Delphi 2010 is a specific version of Delphi.
I am using delphi 2010 for a project with a stringgrid. I want some columns of the grid to be right …
delphi delphi-2010 tstringgridHow 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 geckoIs there any Delphi D2010 function like PosEx that finds a sub-string inside a string starting from the end of …
delphi delphi-2009 delphi-2010I've got a simple component class with boolean property: TmyClass = class(TComponent) private fSomeProperty: boolean; published property SomeProperty: boolean read …
delphi delphi-2010I 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-2010I 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-clientI'm making an application that holds orders and prints invoices. I have some labels, tedits, tmemos, buttons, a datasource, an …
delphi delphi-2010 tdbgridThe situation is the following. Typically I use RAD Studio 2010 for Delphi development. I have some components I would like …
delphi components delphi-2010 vclAs already discussed in Rtti data manipulation and consistency in Delphi 2010 a consistency between the original data and rtti values …
delphi delphi-2010 rttiI 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