Saturday, September 11, 2004

Beyond CLR

Things Delphi does that the CLR does not

  • Sets -> codegen'd as int or array of byte
  • Typeless var params
  • Type aliases
  • Typed types
  • Class reference types
  • Virtual class methods
  • Virtual constructors

Class helpers

No comments: