Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in delphi

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?

FireDac get the count of rows affected by FDQuery.execsql command

sqlite delphi firedac

Delphi compile error F2048 Bad unit format

delphi

Resource not found error when using TForm as base for a component

delphi

Returning result from Windows callback in 64-bit XE6

Does Delphi 7 support the inline keyword?

delphi delphi-7

How to copy all the pixels in a circle on a BITMAP image and paste to another spot on the image? [closed]

delphi

Dynamically making indy use TLSv1.2

Order by on ClientDataSet doesn't work

Delphi cannot remove children from VertScrollBox

delphi firemonkey

Is there a compiler setting to control how floating point literals are typed in Delphi?

How to optimize DivMod for a constant divisor of 10

How to select Delphi frame instead of its components for an onclick event?

delphi components