Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in delphi-7

How to detect that a form is being destroyed across the Application?

delphi delphi-7

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

delphi delphi-7 uac elevation

Adding manifest for admin rights request

making a wizard interface in delphi 7

delphi delphi-7 wizard

autoscrolling memo in delphi

delphi delphi-7

Why is FindWindow() not 100% reliable?

delphi winapi delphi-7

How to delete a specific line from a text file in Delphi

delphi text-files delphi-7

How to union data from different databases?

Is possible to mark an entire const block as deprecated?

delphi delphi-7

Is it safe to use a method's nested procedure as a winapi callback?

delphi callback delphi-7

Cause of Range Check Error (Delphi)

delphi delphi-7

How to make a console application wait for the "Enter" key, but automatically continue after time?

delphi 7 - create a custom warning

Delphi variable might not have been initialized warning

delphi delphi-7

Detecting 'text' file type (ANSI vs UTF-8)

delphi utf-8 delphi-7

What is the difference between Owner and Parent of a control?

delphi delphi-7

How to create a form programmatically with a couple components on it in Delphi

delphi delphi-7

Looking for a custom image grid

Is there a benefit in using old style `object` instead of `class` in Delphi?

How can I declare an array property?