Merge.Connect method

The Connect method of the Merge object connects a module to an additional feature. The module must have already been merged into the database or will be merged into the database. The feature must exist before calling this function.

Changes made to the database are not saved to disk unless the CloseDatabase method is called with bCommit set to TRUE.

Syntax

Merge.Connect(
  Feature
)

Parameters

Feature

The name of a feature already existing in the database.

Return value

This method does not return a value.

Remarks

Errors may be retrieved through the Errors property. Errors and informational messages are posted to the current log file.

C++

See Connect function.

Requirements

Requirement Value
Version
Mergemod.dll 1.0 or later
Header
Mergemod.h
DLL
Mergemod.dll