Changeset 510 for Common/UListViewSort.pas
- Timestamp:
- Apr 11, 2018, 11:22:58 AM (7 years ago)
- Location:
- Common
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
Common
- Property svn:ignore
-
old new 1 1 lib 2 2 backup 3 *.lrj
-
- Property svn:ignore
-
Common/UListViewSort.pas
r506 r510 480 480 FHeaderHandle := ListView_GetHeader(FListView.Handle); 481 481 for I := 0 to FListView.Columns.Count - 1 do begin 482 {$push}{$warn 5057 off} 482 483 FillChar(Item, SizeOf(THDItem), 0); 484 {$pop} 483 485 Item.Mask := HDI_FORMAT; 484 486 Header_GetItem(FHeaderHandle, I, Item);
Note:
See TracChangeset
for help on using the changeset viewer.