
OpenLNS Programmer's Reference 26
property. Index values start at 1.
Local, full, lightweight, and independent clients. Note that
some objects containing this property are not available to
Independent clients.
retrievedObject = collObject.Item(index)
retrievedObject = collObject.Item(stringExpression)
The object retrieved from the collection.
The collection object to be acted on.
A Long type specifying the ordinal
index of the object to retrieve.
A string type specifying the name of the
object to retrieve.
Depends on the object used to access the property. Generally,
this property exists for an object as soon as the object is
added to the API.
Parent
Returns the object that spawned the current child object. The
parent object is determined by the means in which a child
object is accessed, not by the OpenLNS Object hierarchy.
Local, full, lightweight, and independent clients. Note that
some collection objects are not available to Independent
clients.
parentObject = object.Parent
The object that is the parent of the
specified object.
Any object for which the parent is
desired.
Depends on the object used to access the property. Generally,
this property exists for an object as soon as the object is
added to the API.
_NewEnum
Enables you to iterate over the objects in a collection using
For Each ... Next statements.
• If you are developing your OpenLNS app in Visual C++,
Comentarios a estos manuales