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



NrOfRows


Unit:SDL_dstruct
Class:TStringArray
Declaration:property NrOfRows: longint;

The property NrOfRows specifies the number of rows of the string array.

Hint 1: Increasing the number of rows preserves all information in the string array, while decreasing it destroys the information contained in the removed (bottom) rows.

Hint 2: Reducing the number of rows of a sorted array will corrupt the data unless the method CommitSorting is called before changing the number of rows.

Hint 3: If both the number of columns and the number of rows are to be changed, the method Resize is more efficient.

Hint 4: In the Light Edition the number of cells is restricted to 2000 (NrOfRows times NrOfColumns).



Last Update: 2023-Dec-13