Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in delphi

Is this use of threadvar threadsafe?

string delphi thread-safety

How to get property of the 'record' type using TypInfo unit

delphi delphi-7

Remove flickering from TSpeedButton

delphi

Delphi Inline Changes Answer to Bit Reading

delphi bit

Why did CopyRect Flipped the second image in delphi 10.3?

delphi canvas bitmap

In Delphi is there a point to declare a parameter of type object as const?

delphi constants

Operator IS with a TFormClass

Dynamically insert number on Delphi app's icon

How do you unit-test code that interacts with and instantiates third-party COM objects?

How do I write custom action DLL for use in an MSI?

Indy HTTP: reading response content on a 403

delphi http indy

How to reduce CPU usage when moving a component in a OnMouseMove event in Delphi 7?

Call to TMouse.GetCursorPos sometimes fails with "A call to an OS function failed"

delphi winapi mouse

Delphi Dynamic Dll - global variable

delphi dll global-variables

Windows and Hints in Delphi

windows delphi

Ways to Determine the Version of Firebird SQL?

c++ delphi firebird

Delphi: Threaded list of thread jobs - queueing

delphi multithreading queue

Why AQTime slows execution even when profiling is not on, and can anything be done for it?

performance delphi aqtime

Unit finalization order for application, compiled with run-time packages?

Do I have to allocate and free records when using TList<T> in Delphi?

delphi generics record