Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in delphi

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

result in simple code when variables are uninitialized

delphi

Change color of font of TStringGrid's cell

How can I get a result larger than 2^32 from shl?

delphi 64-bit bit-shift

How do I read and change the value of a TEdit control?

delphi

Is it possible to dynamically create form without having *.dfm and *.pas files?

CheckBox in a DBGrid

delphi grid tcheckbox

Correct way to destroy a form and show another in Delphi