Top "Delphi-7" questions

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

Programmatically highlight a stringgrid row

i have a string grid in Delphi 7, with 0..N rows. There is a listbox with numbers from 0..N if the …

delphi delphi-7 tstringgrid
Coinitialize(nil) and CoInitializeEx(0, COINIT_MULTITHREADED) difference

in a thread, is there a difference if I use Coinitialize(nil) instead of CoInitializeEx(0, COINIT_MULTITHREADED); I use Delphi 7 …

delphi com delphi-7
How to remove the title bar from a form

Does anyone know how to create a Delphi form without a title bar? I have seen some some links/tips …

delphi delphi-7
Looking for Delphi 7 code to detect if a program is started with administrator rights?

I am looking for working (obviously) Delphi 7 code so I can check whether my program is started with administrator rights. …

delphi delphi-7 uac elevation
How to get current method's name in Delphi 7?

Is there any way to know the name of a method I'm currently in? So that: procedure TMyObject.SomeMethod(); begin …

delphi delphi-7
How to disable all exception raising in Delphi?

Is there a way to disable all the dialog boxes when an exception or error occurs(like access violations, indy …

delphi exception dialog delphi-7 raise
Make owner-drawn TPageControl tabs look nicer, like without owner-draw

I use Delphi7, PageControl with owner-draw. I can't get so plain and nice look of tabs, as I see on …

delphi delphi-7 tpagecontrol
How can I get cursor position on the form?

I need to get cursor position on the form, how would I do that?

delphi delphi-7 cursor-position
MultiCast Messages to multiple clients on the same machine

Im trying to write a server/service that broadcasts a message on the lan ever second or so, Kind of …

delphi delphi-7 indy multicast indy-9
Looking for a custom image grid

I'm trying to find a grid which is especially designed to show images. It needs to have good performance too, …

image delphi grid delphi-7 delphi-xe2