Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in delphi-xe2

Minimize Delphi Form to System Tray

delphi delphi-xe2

Delphi VCL styles tutorial - how to change the style at runtime

How I can change the color of a TPanel with the VCL Styles enabled?

How do I parse a web URL?

delphi parsing url delphi-xe2

Is there any Delphi XE2 styles gallery?

Application hangs in SysUtils -> DoneMonitorSupport on exit

Is it safe to type-cast TArray<X> to array of X?

What is the best way to program a delay in Delphi?

Fatal Error: Cannot create output file "project1.exe"

How to define a breakpoint whenever an object field value changes?

delphi delphi-xe2

Conversion with StrToDateTime and TFormatSettings does not work

How to remove unused units from all source files on Delphi XE2?

delphi ide delphi-xe2

Can I check to see if CoInitialize has been called or not?

delphi activex delphi-xe2 ado

Why cannot take address to a nested local function in 64 bit Delphi?

Why are the Delphi zlib and zip libraries so slow under 64 bit?

Can I easily compile my existing Delphi application for Mac OS X with Delphi XE2 (v16)?

macos delphi delphi-xe2

Delphi XE2 Firemonkey sample app not running on a MAC

How to convert Local time to UTC time in Delphi? and how to convert it back from UTC to local time?

Observers property in TComponent

Custom Messages in Non-Windowed Classes - need a default handler?