Tabindex, Tabstop, Tooltiptext – Echelon OpenLNS User Manual

Page 726: Version

Advertising
background image

OpenLNS Programmer's Reference

689

TabIndex

Summary

A standard ActiveX control property used for visual controls.

This property is not applicable for the Object Server.

TabStop

Summary

A standard ActiveX control property used for visual controls.

This property is not applicable for the Object Server.

Tag

Summary

Contains any extra data needed for your program. The data

stored in this property is not used by the Object Server, and

can be used for any purpose by the OpenLNS application.

Availability

Local, full, lightweight, and independent clients.

Syntax

tagValue = Object.Tag

Element

Description

Object

The

ObjectServer

object to be acted

on.

tagValue

The tag associated with the

ObjectServer

object.

Data Type

String.

Read/Write

Read/write.

Added to API

Prior to LNS Release 3.0.

ToolTipText

Summary

A standard ActiveX control property used for visual controls.

This property is not applicable for the Object Server.

Top

Summary

A standard ActiveX control property used for visual controls.

This property is not applicable for the Object Server.

Version

Summary

Returns the version of the OpenLNS Object Server ActiveX

control that is being used

.

Availability

Local, full, lightweight, and independent clients.

Syntax

version = osObject.Version

Element

Description

version

The returned version number as a

string with the format M.NN,

where M is the major version

number and NN is the minor

version number (for example,

Advertising