Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in delphi

How to improve data insert/update performance?

I don't understand stack overflow error with repeated DispatchMessageW in the call stack

TIdHttp.Post - can't get utf-8 encoding

delphi delphi-xe2 indy

Porting Assembler x86 CPU ID code to AMD64

Detect which cell was clicked in TDBGrid when dgRowSelect is set to True?

delphi delphi-2010 tdbgrid

Delphi:Is a temporary PChar guaranteed to have the same value after a string variable pointed by the PChar is changed?

delphi freepascal

Delphi: How to use ShowWindow properly on external application [duplicate]

Delphi : Why TStringlist can't assign in procedure?

delphi tstringlist

How do I hide inherited published properties in a runtime designer?

Exporting data from a DBGrid to Excel

excel delphi delphi-7 ado

Will an interface-implementing form free itself when there are no more references to it?

delphi interface tform

What issue does "reference to" solve

How to read fairly simple JSON file in Delphi Xe4?

json delphi delphi-xe4

Why are two seemingly identical dynamic array types deemed not assignment compatible?

delphi delphi-xe5

How can my form detect KeyDown events when another control has the focus?

how to color DBGrid special cell?

delphi delphi-2010 dbgrid

possible to handle missing dll file gracefully in Delphi application?

delphi dll

How to create a form before the MainForm?

changing the initialization order of the unit in Delphi

delphi delphi-xe7

How to catch unhandled exception that are raised in background thread?

delphi firemonkey