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