CMetaPersist Class Functions
The Get and Set functions in the CMetaPersist class get and set data in the instantiated object in program memory.
To get an object from the MDS repository, the program must issue the ReadObject function.
To write an object to the MDS repository, the program must issue the WriteObject function. (ReadObject and WriteObject are functions of the CMetaObject and CMetaCOM classes.)
These functions are described more fully in the following sections.