Object.ReadOnly

Syntax

ReadOnly: Boolean;

Description

The ReadOnly property determines whether it is possible to edit repository object.

Comments

Available values:

The property value is set in constructors or using the setReadOnly method and it is returned by the getReadOnly method.

Example

The property use is given in the example for MetabaseTreeList.NodeDblClick.

See also:

Object