Height, Helpcontextid, Index – Echelon OpenLNS User Manual
Page 718: Isopen
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.
Element
Description
flCollection
collection object
returned.
objectServer
object being acted
upon.
Data Type
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
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
object is
currently open.
Availability
Local, full, lightweight, and independent clients.
Syntax
isOpenFlag = Object.IsOpe