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



InvertAllCheckmarksOfCol


Unit: SDL_replist
Class: TReportListView
Declaration: [1] procedure InvertAllCheckmarksOfCol (Column: longint);
[2] procedure InvertAllCheckmarksOfCol (Column: longint; AffectEnabledRowsOnly: boolean);

The procedure InvertAllCheckmarksOfCol inverts all check marks in column Column. The procedure comes in two overloaded versions. Version [1] always affects all rows of the report list, regardless of whether the row is enabled or disabled. Version [2] allows selecting whether only enabled rows should be processed by setting the parameter AffectEnabledRowsOnly.

Please note that this method only will have an effect if the property ColumnCheckMode is set to cmBox.


Last Update: 2023-Dec-13