Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in delphi

Migrating Delphi App to Java or to Web App

java ajax delphi swing

What is the best way to do application data exchange in Delphi without sockets?

How to use TControl.Align := alCustom?

delphi layout

How to generate an unique computer id on Delphi?

Delphi: How do i use $OVERFLOWCHECKS OFF to disable overflow checks?

Difference between GetPixel and Canvas.Pixels in Delphi

delphi

Variants recursively uses itself?

delphi delphi-2010

Converting LogFont height to Font size in points

Getting the string name of an interface using Delphi RTTI

delphi interface rtti

Enumerations in Delphi with custom values

delphi enums delphi-5

Delphi Self-Pointer usage

delphi pointers self

Detect if an OCX class is registered in Windows

delphi ocx

Delphi DataSnap framework adding stuff to JSON message

delphi json rest datasnap

How can I quickly zero out the contents of a file?

delphi

Why doesn't the derived constructor get called when instantiating via a metaclass class factory?

delphi class constructor

How can I use Delphi code from a C# application?

c# delphi

Creating a Windows service in delphi

delphi windows-services

Why does Delphi's TStringList.InsertObject() method thrown an Exception if the list is Sorted?

Delphi DFM not found

delphi dfm

Restart Delphi TThread that lives the entire app lifetime

multithreading delphi