Add two Dataspace objects contents together
Source position: MUIClass.Base.pas line 327
public function TMUIDataspace.Merge( |
DS: TMUIDataSpace |
):Integer; |
DS |
|
dataspace objects whichs contents should be merged. |
Returns the number of entries that have been added/replaced in the objects dataspace. If this number doesnt match the number of entries in the merge dataspace, something probably went wrong.
This method adds all the contents of the merge dataspace specified as parameter to the objects dataspace. As with AddM, entries with equal IDs will be replaced.