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



ElemChecked


Unit:SDL_replist
Class:TReportListView
Declaration:property ElemChecked [ACol,ARow: longint]: boolean;

The array property ElemChecked reflects the state of the check box of checked columns. Setting ElemChecked affects only string elements in checked columns. When reading the property ElemChecked always returns FALSE for normal string columns, and returns the state of the corresponding check box for checked columns.

Hint: Please note that setting the property ElemChecked has no effect unless the corresponding element of the array property ColumnCheckMode is set to a value other than cmNone.

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



Last Update: 2023-Dec-13