Previous Next

MULTI-COMPILE attribute
Specifies whether ABL compiles all class definition files in the inherited class hierarchy or only those class definition files for which a cached version is not found.
Note:
Data type:
Access:
Applies to:
When set to TRUE, ABL compiles only those class definition files in the inherited class hierarchy that are not found in the cache. ABL also caches any classes or interfaces it compiles to avoid recompiling them during the session.
When set to FALSE, ABL compiles all class definition files in the inherited class hierarchy. ABL also clears the cache of any classes or interfaces compiled during the session. The default value is FALSE.

Previous Next
© 2013 Progress Software Corporation and/or its subsidiaries or affiliates.