Delphi 7, released in August 2002, is a version of Delphi for Windows 32 bit.
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-awareI know in delphi you can open the default browser with: ShellExecute(self.WindowHandle,'open','www.website.com',nil,nil, …
delphi delphi-2009 delphi-7 twebbrowserI have a TListBox on a form, and items are added with listbox1.ItemIndex := listbox1.Items.AddObject('msg', TObject(grp)); …
delphi exception listbox delphi-7 ownerdrawnI have a query code that I can call every time I need to fetch data from the database, and …
multithreading delphi delphi-7 adoI found the brilliant Delphi Chromium project for embedding Chrome in a Delphi form. It works well in Delphi7 after …
delphi delphi-7 tchromium