Unit 'MUIClass.Base' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#MUIClass]

TMUIDataspace.Merge

Add two Dataspace objects contents together

Declaration

Source position: MUIClass.Base.pas line 327

public function TMUIDataspace.Merge(

  DS: TMUIDataSpace

):Integer;

Arguments

DS

  

dataspace objects whichs contents should be merged.

Function result

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.

Description

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.


Documentation generated on: 2024-03-28