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



Header


Unit:SDL_replist
Class:TReportListView
Declaration:property Header[ColNr: longint]: TNameStrType;

The property Header contains the column identifier of the report list. This headline can hold a maximum of 50 characters and is displayed in the fixed row at the top of the report list. The parameter ColNr specifies the number of the column (valid range: 1..NrOfColumns ).

Hint: The default values of the headers after the initialization are the column numbers.

Example: This property is used in the following example programs (see http://www.lohninger.com/examples.html for downloading the code): geodata, repldragdrop, replistv, sortarray



Last Update: 2008-Okt-29