RAD Studio (Common)
ContentsIndex
PreviousUpNext
HPP emit (Delphi)
Type  
Parameter  
Syntax  
{$HPPEMIT 'string'}  

The HPPEMIT directive adds a specified symbol to the header file generated for C++. Example: {$HPPEMIT 'typedef double Weight' }. 

HPPEMIT directives are output into the "user supplied" section at the top of the header file in the order in which they appear in the Delphi file.

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!