Changeset 579 for Common/ListViewSort.pas
- Timestamp:
- Aug 27, 2024, 3:49:45 PM (2 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Common/ListViewSort.pas
r571 r579 358 358 List.Clear; 359 359 List.AddRange(Source); 360 end else List.Clear;360 end; 361 361 if ListView.Items.Count <> List.Count then 362 362 ListView.Items.Count := List.Count;
Note:
See TracChangeset
for help on using the changeset viewer.