Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in delphi

Google like edit/combo control for Delphi?

How to mark as deprecated a single enum value in Delphi

Abstract Class in Delphi

delphi abstract delphi-2009

What do I do when my program crashes with exception 0xc0000005 at address 0?

delphi debugging crash

Delphi array initialization

delphi arrays point tobject

What's the difference between casting using (Object as TClass) and TClass(Object)

How to get the sort order in Delphi as in Windows Explorer?

Why is CharInSet faster than Case statement?

Best practice: Keep TCP/IP connection open or close it after each transfer?

Suggestions for how to define command line parameters

delphi paramstr

How to flush a TFileStream?

GetThreadLocale returns different value than GetUserDefaultLCID?

delphi windows-7

TProc<TObject> to TNotifyEvent

delphi delphi-xe anonymous

Why do Delphi and Free Pascal usually prefer a signed-integer data type to unsigned one?

delphi pascal freepascal

Can I add conditional defines in the msbuild command line?

delphi msbuild delphi-xe2

How to save/load Set of Types?

Why do interface implementations based on TComponent leak memory?

safe(st) way rename a delphi Project

delphi delphi-7

How do I send a string from one instance of my Delphi program to another?

delphi dde message-passing

Garbage Collection in Delphi

delphi garbage-collection