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. In C# TObject has to be quoted explicitly.
TNewClass = class ...
->
class TNewClass : TObject ...
|
This page belongs to the Delphi2C# Documentation |
Delphi2C# home Content |