Delphi 7, released in August 2002, is a version of Delphi for Windows 32 bit.
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-xe3I'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 locateI want to a draw a translucent image on a Delphi form, but for some reason it is not working. …
delphi transparency delphi-7 alphablendingIm sure this will be a simple one but have a project that started as a test. When it was …
delphi delphi-7I 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 ownerdrawnI need simple TMemo that does NOT display scroll bars when they are not needed (ie insufficient text), but does …
delphi delphi-7I need to get music to play in the background in the start of the program in the OnFormActivate event …
delphi delphi-7 background-musicI used this on a form and created it like 10 times. That was ok, until I tried to pass this …
delphi delphi-7 custom-componentDelphi 7 How do i remove leading zeros in a delphi string? Example: 00000004357816 function removeLeadingZeros(ValueStr: String): String begin result:= end;
delphi delphi-7