Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in delphi

Forward declarations for record types (or arrays)

delphi delphi-xe5

Is it "supported" to call method on nil reference in Delphi?

c# delphi

AOP support in Delphi

delphi aop

Delphi SOAP Envelope and WCF

c# .net wcf delphi soap

Tools to generate unit dependencies for Delphi

Do I need to free these objects?

delphi

Delphi serverside framework for managing sessions and respond with JSON to ajax requests?

ajax json delphi session

Check if character is letter in Delphi (Unicode)

delphi delphi-xe pascal

Delphi application leaking AnsiStrings

why two aliases to "array of string" treated differently?

delphi generics

MessageLoop within Thread

delphi delphi-xe2

What is the behaviour of shl and shr for non register sized operands?

delphi

Is it possible to use the same getter and setter for properties?

delphi properties

Is it safe to call a dll function from multiple threads in a single application?

multithreading delphi dll

Why does ReadDirectoryChangesW omit events?

Set Delphi 7 project "Version Info" from code?

delphi delphi-7

"specific to a platform" warning in Delphi 6 on Windows 7

delphi windows-7 vcl delphi-6

Efficient data structure for GUIDs

How to divide a Delphi project into BPLs properly?

delphi bpl

Why is a Boolean expression (with side effects) not enough as a statement?