Top "Delphi-2009" questions

Delphi 2009 is a reference to a specific version of Delphi.

How to show scrollbars in TScrollBox after it has been made visible again?

I've ran into one small problem. I am dynamically generating some controls and place them on a TScrollbox component. But …

delphi delphi-2009 tscrollbox
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
Error message "Incorrect values within SQLDA structure" with Firebird and Delphi 2009

I'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 dbx
Delphi TThread.CurrentThread and EAccessViolation - Is This a Bug or My Incompetence..?

In 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 tthread
DBExpress connecting SQL 2008 at runtime with Delphi 2009

I'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 dbexpress
Code128/EAN128 barcode component for Fast Report?

During a migration of reports which contain EAN128 / Code128 barcodes to Fast Report I found that Fast Report does not …

delphi delphi-2009 barcode fastreport code128
Custom sort order for dataset after executing query?

I 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-server
open default browser with a post in Delphi

I know in delphi you can open the default browser with: ShellExecute(self.WindowHandle,'open','www.website.com',nil,nil, …

delphi delphi-2009 delphi-7 twebbrowser
Registering a custom Frame

In Delphi 2009, In one of my projects, I have a custom frame with some controls on it which I want …

delphi delphi-2009 tframe