NOINCLUDE (Delphi)
Go Up to Delphi Compiler Directives (List) Index
Type |
Parameter |
Syntax |
{$NOINCLUDE filename} |
The NOINCLUDE directive prevents the specified file from being included in header files generated for C++. For example, {$NOINCLUDE Unit1} removes #include Unit1.