getcfg
(getcfg keyname)
This function returns application settings /
configurations value.
Arguments |
keyname string, name of a configuration key |
Return |
string, value assigned to keyname, or NIL if no such configuration exists |
Example |
(getcfg "AntiAliasScreen") returns "1" |
Remarks |
the can specify sub-keys using the / character ("main/sub") |
© Bricsys NV. All rights reserved. |