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



RemoveRow


Unit:SDL_replist
Class:TRLData
Declaration:procedure RemoveRow (r: longint);

The method RemoveRow deletes the row of index r from the report list data structure. The size of the report list is decreased by one row.

Hint: Please note that the removal of rows is time consuming (due to required memory re-allocations). If you have to remove many rows you are better off by copying entire rows and reducing the size of the report list after all rows have been copied to their new positions.



Last Update: 2023-Dec-14