Property: ReadOnly for Property <Data>
- Updated2024-09-12
- 1 minute(s) read
Internal Data > Properties > 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
Object | Property <Data> Object with this property |
Object.ReadOnly | Boolean value with read access |
The following example displays whether the first property of the default channel group is read-only:
VBScript | Python |
Call MsgBoxDisp (Data.Root.ActiveChannelGroup.Properties(1).ReadOnly)