The following table lists package-specific compiler directives that you can insert into your source code.
Package-specific compiler directives
Directive |
Purpose |
#pragma package(smart_init) |
Assures that packaged units are initialized in the order determined by their dependencies. (Included by default in package source file.) |
#pragma package(smart_init, weak) |
Packages unit "weakly." See (Put directive in unit source file.) |
Refer to Creating Packages and DLLs for additional directives that can be used in all libraries.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|