Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in delphi

Is a method pointer assignment thread safe?

multithreading delphi

Delphi: code after Application.Run does not execute if user reboots/shuts down

delphi winapi

Reinstalling Windows without re-registering Delphi

delphi reinstall

Which way is the "correct" one to define a shortcut in Delphi?

delphi keyboard-shortcuts

How to use two TSplitter with different aligns (Horizontal and Vertical)?

delphi splitter

Need xml component supporting D2009

xml delphi delphi-2009

GetStackTrace in Delphi 7?

How to do Delphi-like frames in C#?

c# delphi frames

DUnit: How to run tests?

Delphi TStringGrid Flicker

delphi tstringgrid

How can I change the Key value in a Delphi TDictionary or TObjectDictionary?

delphi delphi-xe

Are `const` string parameters (thread) safe

How to attach a resource file to an existing executable file?

delphi resources

Can SQLite library embed (Link) to Delphi executable file?

delphi sqlite

How i can determine if an abstract method is implemented?

delphi delphi-xe

How to auto fit/scale DBGrid's (or other similar) columns widths according to its contents?

Delphi: ListView (vsReport) single column header caption with custom font color?

Why is the executable produced by Delphi 2009 IDE different to that produced on the command line?

delphi msbuild delphi-2009

Delphi 2010: Where is DockForm.pas?

delphi delphi-2010

How to free control inside its event handler?

delphi