Valuesets (WC_VALUESET)

It seems that valuesets are not directly supported in OCL. You can still create them in DLGEDIT.EXE, and access them with OCL code, but with some limitations.

In your code, you can use the following:

IWindow *vs = new IWindow( MY_VALUESET_RCID, this ); Thus, you can then change all of the standard window attributes using OCL calls, but all of the valueset-specific information will have to be handled using standard PM programming.
[Home] [Index]
Page generated by Stéphane Charette on 1997 November 02
Open Class Library (OCL) FAQ © Stéphane Charette, 1997