Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in delphi

store xml inside xml

How to copy one PNG from other PNG?

image delphi png delphi-7

Full text search with embedded DB in Delphi

How do you copy arbitrary data to the clipboard as a file?

delphi clipboard

Build server: Best practices managing third party components?

How can I set the default file format in the Delphi IDE to UTF8?

Which network protocol to use for lightweight notification of remote apps?

Waiting for multiples threads using WaitForMultipleObjects

Delphi case statement for integer ranges

delphi

Converting Jpeg images to Bmp - some images come out blue

Where and When is Application (TApplication) instance created?

Reporting memory leaks on shutdown with a console application

How can I check if my application has focus?

Is there an equivalent for Delphi's "with" command in c#?

c# .net delphi c#-4.0 .net-4.0

Any way to guess the mime type on Delphi XE2?

Align a TPopupMenu to the right hand side of the form?

delphi winapi

What is the best way to display a PDF file in Delphi 2009 [closed]

When looking up constants mapped to small integers, is it faster to use a case statement or an constant array?

Delphi: Which are the downsides of having unused units listed in the uses clause?

delphi uses-clause

What is the difference between WideChar and AnsiChar?

delphi widechar