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



InsertRow


Unit:SDL_dstruct
Class:TStringArray
Declaration:procedure InsertRow (r: longint);

The method InsertRow inserts an empty row at index r of the string array. The size of the string array is increased by one row. For best performance, the property AllocRowsBy should be set to a value which is approximately the number of rows added by subsequent calls to InsertRow.

Hint: If the physical order of the rows is important, InsertRow should be applied only to unsorted string arrays.


Last Update: 2023-Dec-13