| 
       Constructors  | 
    Top Previous Next | 
| 
 What is translated > Types > Records, Classes, Interfaces > Class > Constructors 
 In Delphi a declaration of constructors start with the keyword constructor followed by an arbitrary name. In C++ is the name of the of the class also the name of the constructor. 
 constructor classname.foo; -> __fastcall classname::classname ( ) 
 
 Addition of missing constructors 
 
 
  | 
| 
       This page belongs to the DelphiXE2Cpp11 Documentation  | 
    DelphiXE2Cpp11 home Content |