IsCheckedOut: Boolean;
The IsCheckedOut method returns whether the object is locked for editing.
The property returns True, if the IMetabaseObjectDescriptor.CheckOut method was called for object, but the IMetabaseObjectDescriptor.CheckIn method was not called.
See also: