Click or drag to resize

ZWOptions Methods

The ZWOptions type exposes the following members.

Methods
  NameDescription
Public methodAddOptionBool
Add a boolean option to the program.
Public methodAddOptionInt
Add an integer option to the program.
Public methodAddOptionString
Add a string option to the program.
Public methodDestroy
Deletes the Options and cleans up any associated objects. The application is responsible for destroying the Options object, but this must not be done until after the Manager object has been destroyed.
Public methodGetOptionAsBool
Public methodGetOptionAsInt
Public methodGetOptionAsString
Public methodGetOptionType
Get the type of value stored in an option.
Public methodInitialize
Creates an object to manage the program options using the default data paths.
Public methodInitialize(String, String, String)
Creates an object to manage the program options.
Public methodLock
Locks the options.
Top
See Also