Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

64bit Memory allocation

c++ delphi memory 64-bit

Delphi + Indy: Connection closed gracefully

delphi indy

How do I verify that a text box contains only numbers in Delphi?

delphi delphi-5

Unable to see certain HKEY_LOCAL_MACHINE entries in RegEdit

delphi registry

Updating VCL from the same thread that created the UI. Why?