Placement of declarations
Declarations can be placed in one or more declaration methods anywhere within the application or its subapplications. To make it easier to find the declarations, declarations should be stored as class methods on the application or subapplication classes. For simplicity, one declaration method should be used for each pool. The method should be named _PRAGMA_PoolName where PoolName is the name of the pool.
The body of the declaration method should contain a declaration for the pool as well as declarations for all pool variables in the pool. To make editing more convenient for very large pools, you can divide the declarations among several declaration methods; one declaration method should contain the declaration of the pool.
Last modified date: 01/29/2015