DeleteProperty

This function will delete a property (or all properties) contained within the collection specified by the key. SYS.SetProperty is used to add new properties to a collection.

Group:  System

Syntax:  SYS.DeleteProperty(vKey,v ID)

vKey     (Variant) is the main key. It is the name of the collection of properties that are to be grouped together. 

vID       (Variant) is the property key. If an ‘*’ (asterisk) is used, all properties within the collection will be deleted.

Example:

SYS.DeleteProperty("Counts", "LastIssue")

SYS.DeleteProperty("Counts", *)

Versions Supported:    RFgen 4.0 and newer.