IMetabaseObjectDescriptor.CheckInEx

Syntax

CheckInEx(Var ResId: Integer): Boolean;

Parameters

ResId. The variable, to which the code of error will be placed.

Description

The CheckInEx method publishes the changes of the object.

Comments

It is relevant to use this method if the object was added to the version control system.

If the method is activated, the window of publishing of object changes will be opened. If the publishing is successful, the method returns True. The error code is 0 in this case.

If the changes publication failed, the method returns the False value. An error code is stored in the ResId parameter.

See also:

IMetabaseObjectDescriptor