$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 Delphi2Cpp Documentation |
Delphi2Cpp home Content |