Talk:What's New in Delphi and C++Builder 2010

From RAD Studio
Jump to: navigation, search

SVN Integration

There are new integrations with SVN and version control in the IDE. Marc

These are not yet in the product, although they were planned for the Weaver release. We will document them when they are in the build. Kris Houser

RTTI definition

I don't think RTTI expands to "Real Time Type ID"; Wikipedia (RTTI on Wikipedia) says "Run-time type information". Mb

Yes, you are right. I've changed the definition for the RTTI acronym to Run Time Type Identification. Kris Houser on 7/3/09

Delayed Directive and Class constructors/destructors

Where is the information on Delphi compiler's new features: class constructors/destructors and "delayed" directive?Blaise

The delayed directive is described in Libraries and Packages - Delayed Loading.
Class constructors/destructors are described in Class Constructors and Class Destructors.
 KrisHouser 22:14, 10 September 2009 (PDT)