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



IsCheckedColumn


Unit:SDL_replist
Class:TReportListView
Declaration:property IsCheckedColumn[ColNr: longint]: boolean;

The property IsCheckedColumn determines whether a particular column of the report listview show additional check boxes left to the string elements. The parameter ColNr specifies the number of the column (valid range: 1..NrOfColumns).

Hint: Columns which display check boxes should always be non-editable (set ColumnEditable [ColNr] to FALSE).

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



Last Update: 2008-Okt-29