Closed rcdmk closed 8 years ago
As pointed by Sareesh from AGASOFT, there is a need of adding a method to remove properties of objects.
I propose a method with the following signature: .remove(byVal propName).
.remove(byVal propName)
This method would destroy the property content and remove the property from the object in a non recoverable way.
As pointed by Sareesh from AGASOFT, there is a need of adding a method to remove properties of objects.
I propose a method with the following signature:
.remove(byVal propName)
.This method would destroy the property content and remove the property from the object in a non recoverable way.