| Unit mwPCharSort |
+--------------------------------------------------------------------------+ | Component: TPCharSort | Created: 97 | Author: Martin Waldenburg | Copyright 1997, all rights reserved. | Description: Sorts a Stream with PChars. | Version: 1.2 | State: FreeWare +--------------------------------------------------------------------------+} { Disclaimer: This is provided as is, expressly without a warranty of any kind. You use it at your own risc.
| Classes |
| Functions |
| Types |
PPCharArray
TPCharArray
TPCharSortCompare
| Constants |
| Variables |
| Functions |
| Types |
PPCharArray = ^TPCharArrayTPCharSort class
TPCharArray = array[0..0] of PChar;
TPCharSortCompare = function (Item1, Item2: PChar): Integer
| Constants |
| Variables |