IMetabase.CheckInEx

Syntax

CheckInEx(Objects: IMetabaseObjectDescriptors; Var ResId: Integer): Boolean;

Parameters

Objects. The objects, which changes need publishing.

ResId. The variable, into which an error code is stored.

Description

The CheckInEx method publishes the changes of an objects group.

Comments

This method is relevant to use, if objects are added to the versions control system.

On method calling the window of objects changes publication is 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:

IMetabase