Delphi 2009 is a reference to a specific version of Delphi.
I've ran into one small problem. I am dynamically generating some controls and place them on a TScrollbox component. But …
delphi delphi-2009 tscrollboxIs 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'm strugling with error message "Incorrect values within SQLDA structure" when I'm trying to update blob field within Firebird 2.1 database …
delphi delphi-2009 firebird dbxIn Delphi 2009 I'm finding that any time I use TThread.CurrentThread in an application, I'll get an error message like …
delphi delphi-2009 tthreadI'm trying to connect at runtime with SQL Server 2008 with Delphi 2009 using DBExpress, it it's not working. When I set …
sql-server delphi delphi-2009 dbexpressDuring a migration of reports which contain EAN128 / Code128 barcodes to Fast Report I found that Fast Report does not …
delphi delphi-2009 barcode fastreport code128I want the result set of a database query to have a certain order. The information I want to order …
delphi sorting dataset delphi-2009 advantage-database-serverI know in delphi you can open the default browser with: ShellExecute(self.WindowHandle,'open','www.website.com',nil,nil, …
delphi delphi-2009 delphi-7 twebbrowserIn Delphi 2009, In one of my projects, I have a custom frame with some controls on it which I want …
delphi delphi-2009 tframe