Browse CVS Repository
Diff of /gikonavigoeson/gikonavi/Sort.pas
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 78 |
4: Result := 0; |
4: Result := 0; |
| 79 |
5: Result := AnsiCompareText(ThreadItem1.RoundName, ThreadItem2.RoundName); |
5: Result := AnsiCompareText(ThreadItem1.RoundName, ThreadItem2.RoundName); |
| 80 |
6: Result := CompareDate(ThreadItem1.LastModified, ThreadItem2.LastModified); |
6: Result := CompareDate(ThreadItem1.LastModified, ThreadItem2.LastModified); |
| 81 |
|
else |
| 82 |
|
Result := 0; |
| 83 |
end; |
end; |
| 84 |
|
|
| 85 |
{ if SortIndex = 0 then |
{ if SortIndex = 0 then |
|
|
Legend:
| Removed from v.1.2 |
|
| changed lines |
| |
Added in v.1.3 |
|
|
|