Problem: 1632857
Title: (Scriptable -SetObjectProperty) Error message pass problem
Received: Feb 25 1997 3:45PM
can i be assured that the SetObjectProperty method of my scriptable
objects will never be called for a readOnly (as set in my aete resource)
property? if not, how can i return an appropriate error message as the
reply parameter is not passed to SetObjectProperty?
also, GetSetPropertyInfo is not passed the data value; this makes it
impossible in my app to set the command value properly -- my app contains
a number of commands of the form: "Set " and "Reset
". if the TSetPropertyCommand were passed as an argument to
SetObjectProperty, then i could set its fIdentifier appropriately, and i
could generate an appropriate error reply as necessary (see above).