SelectedCount
Gets total number of selected rows.property SelectedCount: Integer read GetSelectedCount;Property getter loops trough all rows, check Selected property for each row index, and increase counter.
property SelectedCount: Integer read GetSelectedCount;