Delphi language features missing from the Free Pascal Compiler: Difference between revisions

From Free Pascal wiki
Jump to navigationJump to search
No edit summary
Line 1: Line 1:
== New since Delphi 2007 ==
== New since Delphi 2007 ==
=== Operator Overloading Syntax for records and classes ===
==== Operator Overloading Syntax for records and classes ====
=== Class Helpers ===
==== Class Helpers ====
=== Records with Methods ===
==== Records with Methods ====
=== Class Variables, Types and Consts ===
==== Class Variables, Types and Consts ====
=== Class Properties ===
==== Class Properties ====
=== Static Class Methods ===
==== Static Class Methods ====
== New since Delphi 2009 ==
== New since Delphi 2009 ==
=== Generics Syntax ===
==== Generics Syntax ====
=== Unicode string support ===
==== Unicode string support ====
=== Anonymouse Methods ===
==== Anonymouse Methods ====
== New since Delphi 2010 ==
== New since Delphi 2010 ==
=== Custom Attributes ===
==== Custom Attributes ====
=== Enhanced RTTI ===
==== Enhanced RTTI ====
=== Delayed directive ===
==== Delayed directive ====


Info is here: http://docwiki.embarcadero.com/RADStudio/en/Libraries_and_Packages#Delayed_Loading
Info is here: http://docwiki.embarcadero.com/RADStudio/en/Libraries_and_Packages#Delayed_Loading


=== AS and IS extended for interfaces ===
==== AS and IS extended for interfaces ====


Info is here: http://docwiki.embarcadero.com/RADStudio/en/Interface_References#Casting_Interface_References_to_Objects
Info is here: http://docwiki.embarcadero.com/RADStudio/en/Interface_References#Casting_Interface_References_to_Objects

Revision as of 21:18, 7 November 2009