Description
Resolve options of any given parameter list
and store them as a property pair list
See also : GetOptions (similar) and quoting
which is used by both procedures.
ClearOptions is required for non-window stuff
since getOptions will ask for the target class.
Hence clearOptions uses a skip list for resolve.
properties inside the option database.
This cannot be accomplished inside the
current form of clearOptions, but requires
a new implementation where the property,
and target window name is being used as the
resouce name.
Best practice, split the resolve code into
chunks dedicated to a single property only.
Revision : 03/21/2007, Roger initial revision preparing for
multilingual code generation (1).