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_replist
Class: TReportListView
Declaration: function InsertColumn (c: longint): longint;

The method InsertColumn inserts an empty column at the index c of the report list. The size of the report list is increased by one column. If the parameter c exceeds the number of columns a single column is appended to the report listview. The index of the actually inserted column is returned as the result of the function (the inserted column index may differ from c if c is greater than NrOfColumns).



Last Update: 2023-Dec-13