IMetabaseObjectDescriptor.IsCheckedOut

Syntax

IsCheckedOut: Boolean;

Description

The IsCheckedOut method returns whether the object is locked for editing.

Comments

The property returns True, if the IMetabaseObjectDescriptor.CheckOut method was called for object, but the IMetabaseObjectDescriptor.CheckIn method was not called.

See also:

IMetabaseObjectDescriptor