The SDL Component Suite is an industry leading collection of components supporting scientific and engineering computing. Please visit the SDL Web site for more information....



Assign


Unit: SDL_dstruct
Class: TFeatureMatrix
Declaration: procedure Assign(Source: TPersistent);

The Assign method assigns one TFeatureMatrix to another.

Hint 1: In general, the statement Destination := Source; is not the same as the statement Destination.Assign(Source);. The first statement makes Destination refer to the same object as Source, whereas the second statement copies the contents of the object referenced by Source into the object referenced by Destination.



Last Update: 2023-Feb-06