Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in delphi-2006

It seems that sometimes Delphi is case-sensitive - "override method should match case of ancestor"

Delphi - TXMLDocument created at run-time generates AV, with component on the form is working

How can I override ClearType setting when drawing text using the Win32 API?

How to download a file over HTTPS using Indy 10 and OpenSSL?

A quick way to remove properties from .dfm files in Delphi

What is an efficient way of deleting a large block of items from the start of a TList in Delphi

delphi delphi-2006 tlist

Repeated setters logic in Delphi

delphi pascal delphi-2006

How do you do a global search and replace in all the files in Delphi 2006 project

delphi delphi-2006

Strategy or tools to find "non-leak" memory usage problems in Delphi?

How to auto fit/scale DBGrid's (or other similar) columns widths according to its contents?

Delphi - How do you generate an event when a user clicks outside modal dialog?

delphi delphi-2006

What's the most CPU-efficient way to "waste time" in a thread?

How to make TFrame with rounded corners?

Balloon hints on Delphi app tray icon keep popping up indefinitely

Delphi - finding the process that is accessing a file from my program

How do I define implicit conversion operators for mutually dependent records?

delphi delphi-2006

Three valued logic in Delphi

delphi logic delphi-2006

Copying string content to char array

delphi delphi-2006

Autosize columns for TListView

When should I use enhanced record types in Delphi instead of classes?