NOINCLUDE (Object Pascal)
Go Up to Object Pascal 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.