Add
This method adds a new field with the specified name to the field collection.
Syntax
Add (NewItem as ISCBCdrField, ItemName as String) as Long
Parameter | Description |
---|---|
NewItem | Pointer to a SCBCdrField object to be added to the collection. |
ItemName | Name of the field item inside the collection. Use this name to access the item inside the collection. |