Wide-Character Strings The
System
unit provides three functions, WideCharToString, WideCharLenToString, and StringToWideChar, that
can be used to convert null-terminated wide character strings to single- or double-byte long strings.
Assignment will also convert between strings. For instance, the following are both valid:
MyAnsiString := MyWideString;
MyWideString := MyAnsiString;
Other Standard Routines The table below lists frequently used procedures and functions found in Borland product libraries. This is not an
exhaustive inventory of standard routines.