Removeproperty Command Example

Details

Action

Removeproperty propname of target

or

Removeproperty propname target

removes the propname property from the property list of target. Target is the name of an object, and is not evaluated. The memory is freed.

If later you call

Getproperty(target, propname) the return value will be the Empty List.