Object.getReadOnly

Syntax

getReadOnly ()

Description

The getReadOnly method determines whether the object is available for editing.

Comments

If the method returns False the object can be edited, otherwise the object is read-only.

Example

The example of method use is given in description of the MetabaseTreeList.NodeDblClick event.

See also:

Object