Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in delphi

Allocate a byte array and free it afterwards in delphi

How do I convert milliseconds to a TDateTime?

Should I do periodic checks in an OnIdle handler or a timer?

delphi

Delphi: How to get (current code line, current unit, current function) without using Assertion?

Delphi - stop the application on the main form create

delphi delphi-xe

convert HH:MM:SS to seconds or minutes with delphi

delphi datetime time

access all elements of a record using RTTI

delphi rtti

Declaring array with enums error in Delphi XE6

arrays delphi enums

How to kill a process by name?

delphi kill-process

Delphi 2009: How to communicate between Windows service & desktop application under Vista?

Check if Mouse LButton is down?

delphi mouse

GetTokenInformation() first call. What for?

c++ c windows delphi winapi

How can I move the cursor to the end of the text (Delphi)?

How to not have a MainForm in Delphi?

Debugging OutputDebugString calls in Delphi

Delphi Xpath XML query

xml delphi xpath

Detect windows service state

How I can create a global exception handler in a DLL?

delphi delphi-xe

What are the best practices for storing user preferences and settings in Win32 Delphi applications?

Strange behaviour of function Sleep() used in repeat until in Delphi

delphi delphi-7 sleep repeat