Navigation: Code Documentation > IE > IECSInterfaces > Interfaces > IValueVector > Methods
IValueVector.Append(IValueVector) Method
Adds the values from the given vector to the end of the current vector. The values are not cloned, i.e., it is not a "deep" copy or append
Namespace: IECSInterfaces
Delphi
public procedure Append( const ValueVector: IValueVector );
Parameters
ValueVector
Type: IValueVector
•IValueVector
•IECSInterfaces