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....



Clone


Unit:SDL_datatable
Class: TDataTable
Declaration: procedure Clone (ExtTab: TDataTable);

The method Clone resizes the data table to the dimensions of the external data table ExtTab and copies the entire contents from this data table. The OnResize event is triggered at the end of the operation.

Please note that the method Clone is a direct replacement of the method CopyContentsFrom, which should not be used in new implementations.


Last Update: 2023-Dec-14