Strings
The Strings component provides services to manipulate character strings.
Strings are classes that handle dynamically sized sequences of characters based on both ASCII (normal 8-bit character type) and Unicode (16-bit character type). They provide editing operations with built-in memory management which make the relative objects easier to use than ordinary character arrays.
Strings may also be manipulated by handle, and therefore shared.