IMetabaseObjectDescriptor.IsCheckedOut

Syntax

IsCheckedOut: Boolean;

Description

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

Comments

The property returns True if the CheckOut method was activated, but the CheckIn method was not activated.

See also:

IMetabaseObjectDescriptor