AddObject

Adds an object reference to the property listbox and updates the combobox list.

Syntax

object_AddObject(newObject As Object)

The AddObject method syntax has the following parts:

Part Description
object An expression evaluating to an object of type PropList.
newObject Object

Example

'Add an object to the property list
plist.AddObject Text1
plist.AddObject Text2