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



InsertColumn


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

The method InsertColumn inserts an empty column at index c of the string array. The size of the string array is increased 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.


Last Update: 2023-Dec-13