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++. For example:
TList.Create(NIL) -> new TList(NULL)
|
This page belongs to the Delphi2Cpp Documentation |
Delphi2Cpp home Content |