#import
Go Up to Preprocessor Directives Index
Warning: Using
#importis generally not recommended!
The
#importdirective is included for Microsoft backwards-compatibility only.
You should use RAD Studio tools for importing type libraries. Use either of the following:
- TLIBIMP.EXE utility
 - The Type Library Editor
 
For details and code snippets, see Migrating C++ Code from #import to TLIBIMP.EXE.