company logo

Option - Application options

The class supports setting, checking and retrieving option values. Option values, which do not exist are created on demand. Option values, which have not got a value, will return an empty string as value.

When external options have been changed, e.g. by changing the options configuration file, critical options should be removed, since options already set are not read from the configuration file. In order to remove an option, the Option ::erase() function can be called.

After a database has been opened, options might also be imported from the user's option setting in the database. In order to read used options from the database, you may call Database ::initializeOptions() .

Attributes
    Function Groups
    Functions