Uses clauses

Top  Previous  Next

What is translated > File layout > Uses clauses

 

References to other units become to include directives in C++ in which the files of the VCL get the extension "hpp" and the extension is "h" for the other header files.

 

uses                      ->   #include "classes.hpp" 

  Classes, TetraTypes;         #include "TetraTypes.h"

 

 



This page belongs to the Delphi2Cpp Documentation

Delphi2Cpp home  Content