DIAdem Help

Content Type
Programming Language
Current manual
Table of Contents

Property: ReadOnly for Property <Data>

Property: ReadOnly for Property <Data>

Specifies whether a property is read-only in the script interface for internal data.

Object.ReadOnly
ObjectProperty <Data>
Object with this property
Object.ReadOnlyBoolean value with read access

The following example displays whether the first property of the default channel group is read-only:

VBScriptPython

 

Call MsgBoxDisp (Data.Root.ActiveChannelGroup.Properties(1).ReadOnly)
In This Section
Was this information helpful?