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_ntabed
Class:TNTabEd
Declaration:procedure InsertColumn (ix: longint);

The method InsertColumn inserts an empty column left to the table column ix. The size of the table is increased by one column. The parameter ix may take values between 1 and NrOfColumns+1. If ix is set to a value beyond the valid range, the call to InsertColumn is ignored.

Hint: In order to append an empty column, you have to set ix to NrOfColumns+1.



Last Update: 2023-Dec-13