Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in delphi

VCL events with anonymous methods - what do you think about this implementation?

Can I Use a .NET DLL in "Delphi 2007 for Win32"?

.net delphi delphi-2007

How to send a HTTP POST Request in Delphi using WinInet api

delphi http post request wininet

How to prevent false positive virus alarm on my software? [duplicate]

How can I increase the size of the string that an external debugger visualizer can display?

Dropbox api for Delphi? [closed]

delphi dropbox

How can obtain the image which uses windows 7 to draw the parent nodes in a treeview control?

What's wrong with using TThread.Resume? [duplicate]

How to expose "native functions" to Javascript in a web page using Chromium and Delphi 6?

Why doesn't "i := i + 1" give a range-check error for Integers and larger types?

delphi range-checking

Why is 64 bit Delphi app calculating different results than 32 bit build?

Delphi Tokyo exception prevents setting function result

delphi exception

CreateProcessAsUser doesn't work when "change user"

How do I convert a string to and from JSON with escaped/special characters using DBXJSON?

How to deploy a FireMonkey Application for Mac OSX?

macos delphi firemonkey

How can I render a square bitmap to an arbitrary four-sided polygon using GDI?

How can I make a tree view re-think whether or not a horizontal scroll bar is needed?

delphi

What is the best way in Delphi to show customized Message Dialogs?

delphi user-interface

Delphi XE3 EXE file size 25 times larger than Dephi 7

Why the exception is not caught by the try... except end;?