Causesvalidation, Classid, Componentapps – Echelon OpenLNS User Manual

Page 712

Advertising
background image

OpenLNS Programmer's Reference

675

CausesValidation

Summary

This is a standard ActiveX control event used for visual

controls. This event is not applicable for the Object Server

.

ClassId

Summary

Identifies the object class of this object.
This property allows the object type to be determined when it

is unknown (for example, when the object was accessed using

the Parent property of another object).

Availability

Local, full, lightweight, and independent clients. Note that

some objects containing this property are not available to

Independent clients.

Syntax

classIdValue = object.ClassId

Element

Description

classIdValue

The object class of the object. The

following value is defined for the

ObjectServer

object in the

ConstClassIds

constant:

0 lcaClassIdObjectServer

object

The object to be acted on.

Data Type

Integer.

Read/Write

Read only.

Added to API

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.

ComponentApps

Summary

Contains the

ComponentApps

collection object associated

with the specified

ObjectServer

object

.

The ComponentApps

collection is a list of OpenLNS plug-in

commands that are associated with a particular object type.
Note that all LonMarkObject objects contain a

ComponentApps property. However, the behavior of this

property is unspecified when accessed through a

LonMarkObject object.

Availability

Local, full, and lightweight clients.

Syntax

appsCollection = object.ComponentApps

Element

Description

appsCollection The

ComponentApps

collection to be

returned.

object

The

ObjectServer

object to be acted on.

Data Type

ComponentApps

collection object.

Advertising