Top "Delphi-7" questions

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

Delphi XE3 EXE file size 25 times larger than Dephi 7

As a test I decided to create a simple "Hello world" app in Delphi using Delphi 4, 5, 6, 7, 2005, 2010 and XE3. The app …

delphi delphi-7 delphi-2010 delphi-xe delphi-xe3
Delphi TClientDataSet Locate problems

I'm using Delphi7, MS Vista and Devart's dbExpress drivers (version 4.70). I drop a TSQLConnection, a TSQLTable (tabA), a TDataSetProvider, a …

delphi delphi-7 tclientdataset locate
How to draw a translucent image on a form?

I want to a draw a translucent image on a Delphi form, but for some reason it is not working. …

delphi transparency delphi-7 alphablending
safe(st) way rename a delphi Project

Im sure this will be a simple one but have a project that started as a test. When it was …

delphi delphi-7
colour a stringgrid column depending on columnname text

I am doing this : procedure TForm1.BitBtn1Click(Sender: TObject); var dtStart: TDateTime; I: Integer; begin dtStart := DateTimePicker1.Date; for …

delphi-7 delphi-xe2 delphi-xe tstringgrid ownerdrawn
TMemo with Auto Show/Hide Scrollbars

I need simple TMemo that does NOT display scroll bars when they are not needed (ie insufficient text), but does …

delphi delphi-7
In Delphi 7, how do I escape a percent sign (%) in the Format function?

I want to do something like this: SQL.Text := Format('select foo from bar where baz like ''%s%''',[…

delphi format escaping delphi-7
How to get music to play in Delphi 7?

I need to get music to play in the background in the start of the program in the OnFormActivate event …

delphi delphi-7 background-music
Custom Control Creation in Delphi

I used this on a form and created it like 10 times. That was ok, until I tried to pass this …

delphi delphi-7 custom-component
removing leading zeros from delphi string

Delphi 7 How do i remove leading zeros in a delphi string? Example: 00000004357816 function removeLeadingZeros(ValueStr: String): String begin result:= end;

delphi delphi-7