Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in delphi

TStringList splitting bugs

How to free a generic TList<T>?

Why does CreateProcess give error 193 (%1 is not a valid Win32 app)

Delphi MSBuild Build Configurations From Command Line

Why 2 GB memory limit when running in 64 bit Windows?

delphi delphi-2007 win64

How to open an URL with the default browser with FireMonkey cross-platform applications?

TStringList vs. TList<string>

delphi generics tstringlist

Find the last occurrence of char in a string

string delphi delphi-2007

Best way to find if a string is in a list (without generics)

delphi delphi-2007

What's the difference between public and published class members in Delphi?

delphi oop rtti delphi-6

Why most Delphi examples use FillChar() to initialize records?

How can I tell if another instance of my program is already running?

How can I customize the DUnit test case classes generated by the Test Case wizard?

delphi customization dunit

Debug iOS application on device without symbols

ios xcode delphi lldb

Which language elements can be annotated using attributes language feature of Delphi?

Why is drawing a line less than 1.5 pixels thick twice as slow as drawing a line 10 pixels thick?

Delphi: How to organize source code to increase compiler performance?

Interfaces and properties

delphi interface properties

Fluent interface in Delphi

delphi fluent-interface

Advice for converting a large monolithic singlethreaded application to a multithreaded architecture?