Objectdetailsavailable, Parent – Echelon OpenLNS User Manual
Page 267
OpenLNS Programmer's Reference
230
ObjectDetailsAvailable
Summary
Indicates whether you can retrieve specific information about
each instance of the error type from the object.
The availability of this information depends primarily on the
DatabaseValidationErrorSummary
represents. To determine the error type, read the
property of the
DatabaseValidationErrorSummary
Availability
Local clients.
Syntax
detailsAvailable =
validationSummary.
Element
Description
detailsAvailable
A Boolean value that indicates
whether you can retrieve specific
information about each instance of
the error type from the object.
TRUE.
You can obtain detailed
information about each
instance of this error type
from the object
.
FALSE.
You can only obtain
summary information for
this error type
.
validationSummary The
DatabaseValidationErrorSummary
object being acted upon.
Data Type
Boolean
.
Read/Write
Read only.
Added to API
LNS Release 3.20.
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.