RAD Studio (Common)
ContentsIndex
PreviousUpNext
NODEFINE
Type  
Parameter  
Syntax  
{$NODEFINE identifier}  

The NODEFINE directive prevents the specified symbol from being included in the header file generated for C++, while allowing some information to be output to the OBJ file. When you use NODEFINE, it is your responsibility to define any necessary types with HPPEMIT. For example:

type
       Temperature = type double;
       {$NODEFINE Temperature}
       {$HPPEMIT 'typedef double Temperature'}
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!