On 18 Mar 2011, at 22:47, Jorge Aldo G. de F. Junior wrote: > Can FPC deal with double-dispatch ? No, because overloading works the same as in C++ (determined statically at compile time). Jonas