Jonas Maebe wrote: > I'm not sure how Delphi could handle this without passing the VMT as > invisible parameter (and from a cursory look at the code generated by > Kylix, it does appear to pass the VMT). Delphi doesn't allow static class methods to be virtual. Jon