Height, Helpcontextid, Index – Echelon OpenLNS User Manual

Page 718: Isopen

Advertising
background image

OpenLNS Programmer's Reference

681

pre-defined FormatLocale objects, and you can create custom

FormatLocale objects with the Add method. For more

information, see the FormatLocales collection object.
Note: You can only access this property after you have

opened the Object Server.

Availability

Local, full, lightweight, and independent clients.

Syntax

flCollection = objectServer.

FormatLocales

Element

Description

flCollection

The

FormatLocales

collection object

returned.

objectServer

The

ObjectServer

object being acted

upon.

Data Type

FormatLocales

collection object.

Read/Write

Read only.

Added to API

LNS Release 3.20.

Height

Summary

A standard ActiveX control property used for visual controls.

This property is not applicable for the Object Server.

HelpContextId

Summary

This is a standard ActiveX control property used for context

help. This property is not applicable for the Object Server.

Index

Summary

Contains a number identifying an Object Server control in a

control array.

Availability

Local, full, lightweight, and independent clients.

Syntax

indexValue = osObject.Index

Element

Description

osObject

Te

ObjectServer

object to be acted on.

indexValue

The identifier of the item in the array.

Data Type

Integer.

Read/Write

Read only

IsOpen

Summary

Indicates whether the specified

ObjectServer

object is

currently open.

Availability

Local, full, lightweight, and independent clients.

Syntax

isOpenFlag = Object.IsOpe

Advertising