Removes a specific member from the Properties collection, giving its index or name.
Type
Description
Index as Variant
A Long expression that specifies the index of the property to be requested, or a
String expression that specifies the name of the property to be removed
The Remove method removes
a property giving its index or name. The Clear method of the Component
property empties the component, by removing the name, properties and
components. The Item
property accesses the Property giving its index / 0 - based or name. The Count
property indicates the number of properties in the collection. The Item /
Count properties can be used to enumerate the Properties collection as well as
for each statement.