|
$NOINCLUDE |
Top Previous Next |
|
Pretranslated C++ code > Delphi directives to support C++Builder > $NOINCLUDE
The NOINCLUDE directive prevents the specified file from being included in files generated for C#.
Syntax:
{$NOINCLUDE filename}
Example:
{$NOINCLUDE Unit1} // removes #include Unit1.
|
|
This page belongs to the Delphi2Cpp Documentation |
Delphi2Cpp home Content |