Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in delphi

How to pass method of arbitrary type into a procedure and identify it?

delphi

Sort TStringGrid by row and its integer value

delphi sorting

DateTimeToUnix in UTC?

delphi date unix time timestamp

initializing char array with space(#32) not null(#0)

delphi

How to check if a class implements an interface, with respecting supersets?

delphi oop interface com

How do you set the Delphi ListView.Columns[0] to be right justified?

DUnit: 'Global' SetUp and TearDown

delphi delphi-xe dunit

Delphi 7: create a new instance of an unknown object

delphi delphi-7 rtti

A heap has been corrupted. C# dllimport, delphi PChar return value

c# delphi dllimport

Application hangs after posting message to previously not shown frame

Where is the sizing data of TOpenDialog stored and how can this be reset?

delphi winapi delphi-2006

Delphi Seattle has very big font as default

How to concat multiple strings with Move?

delphi delphi-xe8

Is compiler directive WIN32 and CPUX86, WIN64 and CPUX64 interchangeable in Delphi?

Delphi unexpected behavior of override

delphi theory

CharInSet is much slower than IN, should I fix W1050 warning hint?

Must I free a BSTR (WideString) allocated with SysAllocString?

When iterating through controls on a form, how can I identify particular buttons?

delphi winapi

Change TToolBar background color

delphi common-controls

Why form.show is called before form.create in firemonkey?