Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in delphi

Why only some users get the error: "Connection is busy with results for another command"

In Delphi, is TDataSet thread safe?

What is TExternalThread? "Cannot terminate externally created thread" when terminating a thread-based timer

What CPU registers are to be restored at the end of an asm procedure in Delphi

delphi : how can I change color of a cell in string grid

it's possible to create a fake data field in a delphi dataset?

delphi dataset

What should I do about an internal error when I declare a generic "array of T"?

delphi generics delphi-xe2

Do generic instantiations in multiple units bloat the executable?

delphi

Open source component or unit for exporting Delphi TDataSet to native XLS without Excel installed [closed]

How can I force Tor to use a new identity without using Vidalia?

delphi tor

Delphi XE2 Dataset field type TStringField does not support Unicode?

Is it dangerous to use synchronize in a non-VCL application?

multithreading delphi

Can I make a custom Delphi component add multiple units to the uses clause?

delphi components

Is there an easy way to work around a Delphi utf8-file flaw?

delphi utf-8

Delphi 7 32 bits execute and wait 64 bits process

delphi process

Constructor injection versus setter injection for Parent property

How can I detect when a user is finished editing a TStringGrid cell?

delphi events tstringgrid

Can static arrays be safely accessed from multiple threads?

Assign an anonymous method to an interface variable or parameter?

Are Delphi record constructors really needed?

delphi constructor records