Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in delphi

I get 'Variable x inaccessible here due to optimization'

delphi delphi-xe delphi-ide

Implement a Delphi interface using an 'anonymous' class

delphi

What does $ with a numeric value mean in Delphi

string delphi char

Delphi - Detect pressing 3 keys at the same time

delphi

Passing value to synchronize thread

multithreading delphi

Override Delphi function System.Round

delphi overriding rounding

How to draw a scaled version of images from the system ImageList?

delphi scale timagelist

How can I debug a C# COM assembly when it's being called from a native win32 application?

c# .net windows delphi com

Counting the rows in a TDbGrid

delphi datagrid

How to make 'always-on-bottom'-window

c# delphi

In delphi 7, is `try ... except raise; end;` meaningful at all?

How can I tell if I'm in a Delphi exception stack?

Delphi Runtime error 216 thrown in SysUtils.FinaliseUnits, line number not in mapfile

delphi delphi-xe

How noticeable is the difference of performance among TList, TObjectList, and plain array, if it could be estimated?

The mysterious case of the unexpected implicit interface variable

delphi interface

How to initialize a TList<T> in one step using Delphi?

How do I mock a class that doesn't have virtual methods?

delphi unit-testing mocking

Is there a Delphi event that is guaranteed to be called when an app terminates but before any forms are destroyed?

IdHTTP basic authentication access violation

delphi delphi-2010 indy idhttp

Automatically create Delphi/Freepascal interface unit from C header file

delphi pascal freepascal hdf5