|
| Sort
Test Application This is
a complete test application which shows a solution to the problem of
sorting
Lists of objects or rows of a Grid by the values of one column. The
sorting
technique is based on Quick Sort. The algo works by sorting the indices
of an
array pointing to the data rather than by swapping the data values
(makes it
faster). It uses an external "Compare" function so any type of data
may be sorted. |
|
| The
Delphi Super Page contains a huge collection of Delphi
freeware and shareware components. |
|
| Inprise (Borland) Delphi Community and
Newsgroups. An
excellent resource for Delphi related Articles, Tips, Components, FAQS,
and
Help. |
|