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



NrOfColumns


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

The property NrOfColumns specifies the number of columns of the string array.

Hint 1: Increasing the number of columns preserves all information in the string array, while decreasing its number of columns destroys the information contained in the removed (rightmost) columns.

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

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



Last Update: 2023-Dec-13