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



RemoveColumn


Unit: SDL_dstruct
Class: TStringArray
Declaration: procedure RemoveColumn (c: longint);

The method RemoveColumn deletes the column of index c from the string array. The size of the string array is decreased by one column. The valid range of the parameter c is between 1 and NrOfColumns. If c is outside of the valid range the method has no effect.

Hint: Please note that the string array has to have at least one column. When trying to delete the last column, the column is not deleted but reset to empty cells.



Last Update: 2023-Dec-13