Validate property values of System object
validatePropertiesImpl(obj)
validatePropertiesImpl(obj)
validates interdependent or
interrelated property values the first time the System
object™ runs.
You must set Access = protected
for this method.
You cannot modify any properties in this method. Use the processTunedPropertiesImpl
method or setupImpl
method to modify properties.
To check if a property has changed since stepImpl
was last called, use isChangedProperty(obj,property)
within validatePropertiesImpl
.
|
System object handle |