Source position: unicodedata.pas line 448
| type TCollationTable = record | 
| public | 
| class function NormalizeName(); | 
| procedure Clear; | 
| function IndexOf(); | 
| function Find(); | 
| function Add(); | 
| function Remove(); | 
| property Item []: PCollationTableItem; default; [r] | 
| property Count: Integer; [r] | 
| property Capacity: Integer; [r] | 
| 
 | 
| end; |