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 Delphi2Cpp Documentation

Delphi2Cpp home  Content