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.
Merge.Connect(
Feature
)
-
Feature
-
The name of a feature already existing in the database.
This method does not return a value.
Errors may be retrieved through the Errors property. Errors and informational messages are posted to the current log file.
See Connect function.
Requirement | Value |
---|---|
Version |
Mergemod.dll 1.0 or later |
Header |
|
DLL |
|