Object, Parent – Echelon OpenLNS User Manual
Page 722
OpenLNS Programmer's Reference
685
Data Type
Read/Write
Read only.
Added to API
Prior to LNS Release 3.0.
Object
Summary
Allows invocation of a control's method or property that has
the same name as a method or property automatically
extended by the control container.
See your development tool's help for more information on this
property.
Availability
Local, full, lightweight, and independent clients. Note that
some objects that contain this property are not available to
Independent clients.
Syntax
propValue = osObject.Object.property
osObject.Object.method
Element
Description
propValue
The returned property value.
osObject
object to be acted on.
property
The property to be accessed.
method
The method to be invoked
Data Type
Object.
Read/Write
Read/write.
Added to API
Prior to LNS Release 3.0.
Parent
Summary
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.
Availability
Local, full, lightweight, and independent clients. Note that
some collection objects are not available to Independent
clients.
Syntax
parentObject = object.Parent
Element
Description
parentObject
The object that is the parent of the
specified object.
object
Any object for which the parent is
desired.
Data Type
Object.
Read/Write
Read only.