ReadOnly: Boolean;
The ReadOnly property determines whether it is possible to edit repository object.
Available values:
True. Object cannot be edited
False. Be default. Object can be edited.
The property value is set in constructors or using the setReadOnly method and it is returned by the getReadOnly method.
The property use is given in the example for MetabaseTreeList.NodeDblClick.
See also: