Develop and Download Open Source Software

Browse CVS Repository

Diff of /gikonavigoeson/gikonavi/Sort.pas

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.4 by h677, Fri Dec 19 12:33:06 2003 UTC revision 1.5 by h677, Tue Mar 2 14:54:29 2004 UTC
# Line 78  begin Line 78  begin
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 := CompareDateTime(ThreadItem1.RoundDate, ThreadItem2.RoundDate);                  6: Result := CompareDateTime(ThreadItem1.RoundDate, ThreadItem2.RoundDate);
81            7: Result := CompareDateTime(ThreadItem1.CreateDate, ThreadItem2.CreateDate);
82      else      else
83          Result := 0;          Result := 0;
84          end;          end;

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26