Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in delphi

Cause .net WCF client to use RPC/encoded instead of Document/Literal/Wrapped with Delphi service

.net wcf delphi interop rpc

DataSnap "Plain Old Delphi Objects" and nested objects

Can I use an Edit Mask to format output? (not just validate input)

delphi

TCP Keep Alive on idHttpServer (server) and wininet (client)

Detecting single vs multiple selections in Delphi TStringGrid

WCF Delphi7 method input parameters

Creating contour lines using GDAL and Delphi

delphi gdal

How to make the Messages panel to disappear after I successfully compile a project?

Is there a real performance gain when I turn {$IMPORTEDDATA} off?

Permanently Delete Directories

delphi delphi-2010

Get Thumbnails from any file even ones that are not in the thumbs.db

delphi api thumbnails

What editors have vi emulation AND delphi hightlighting support?

delphi vim editor

Filling in a web page with Delphi using TWebBrowser

delphi parsing web

TWebbrowser very slow to load real time markers from local google map HTML

How to use SQLServer Service Broker/SQLNotifications with Delphi7?

Is there some Indy best practice to avoid to generate email marked as spam?

delphi indy email-spam

Looking for Robust Delphi NMEA parser

delphi parsing gps nmea

Is it necessary to convert string to WideString in Delphi?

delphi string widestring

Why is the result of RoundTo(87.285, -2) => 87.28

delphi

Why are there so many $IF DEFINED(CLR) in the VCL/RTL?