Creation of instances of classes

Top  Previous  Next

What is translated > Types > Records, Classes, Interfaces > Class > Creation of instances of classes

 

VCL classes have to be created with new in C++.

 

 

TList.Create(NIL)    ->   new TList(NULL)

 

 

 



This page belongs to the DelphiXE2Cpp11 Documentation

DelphiXE2Cpp11 home  Content