Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in delphi

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?

What are the reasons to use TArray<T> instead of Array of T?

delphi delphi-xe2

Object Pascal vs Delphi?

delphi pascal

How to track down access violation "at address 00000000"

delphi

What is the fastest XML Parser available for Delphi?

delphi delphi-2010

ms sql xml data type convert to text

Windows Visual Themes: Gallery of Parts and States?

Converting TMemoryStream to 'String' in Delphi 2009

What is TMonitor in Delphi System unit good for?