| 
       Ancestors  | 
    Top Previous Next | 
| 
 What is translated > Types > Records, Classes, Interfaces > Class > Ancestors 
 If no ancestor type is specified when declaring a new object class, Delphi automatically uses TObject as the ancestor. TObject has to be quoted explicitly. 
 TNewClass = class ... 
 -> 
 class TNewClass : public System::TObject ... 
 
  | 
| 
       This page belongs to the DelphiXE2Cpp11 Documentation  | 
    DelphiXE2Cpp11 home Content |