BBjConfig::setCompatibilitySetting
Description
In BBj 6.0 and higher, this method sets !COMPAT values from STBL() functions.
Syntax
Return Value |
Method |
---|---|
void |
setCompatibilitySetting(string compatName, boolean value) |
Parameters
Variable |
Description |
---|---|
compatName |
Name of !COMPAT value to be retrieved from STBL. |
value |
Value to set for the !COMPAT |
Return Value
None.
Remarks
STBL("!COMPAT", "name=true") is equivalent to BBjConfig::setCompatibilitySetting("name",1).
STBL("!COMPAT", "name=false") is equivalent to BBjConfig::setCompatibilitySetting("name",0).
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.