Top "Delphi-7" questions

Delphi 7, released in August 2002, is a version of Delphi for Windows 32 bit.

Delphi7 TMS TDBAdvGrid Sort data when column header is clicked

I'm a newbie into Delphi and i need an advice. I'm using a TMS TDBAdvGrid and i need to sort …

delphi delphi-7 tms data-aware
Zoom canvas area in Delphi

I making something that looks like Paint in Delphi. I found how to make zoom function: procedure SetCanvasZoomFactor(Canvas: TCanvas; …

delphi canvas delphi-7 zooming mousemove
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
"List index out of bounds" on TListBox

I have a TListBox on a form, and items are added with listbox1.ItemIndex := listbox1.Items.AddObject('msg', TObject(grp)); …

delphi exception listbox delphi-7 ownerdrawn
How to use checkboxes inside TDBGrid to select multiple records?

How to use checkboxes inside a standard TDBGrid to select multiple records? Or perhaps, do you have any recommendation for …

delphi checkbox delphi-7 dbgrid
Threaded Delphi ADO Query

I have a query code that I can call every time I need to fetch data from the database, and …

multithreading delphi delphi-7 ado
What is Delphi's equivalent to "+=" for adding elements to a set?

In other languages like C++, there are operators to do a plus-equals or or-equals type of operation to add additional …

delphi operators set delphi-7
Error on LoadURL with TChromium

I found the brilliant Delphi Chromium project for embedding Chrome in a Delphi form. It works well in Delphi7 after …

delphi delphi-7 tchromium