RAD Studio VCL Reference
|
System::UnicodeString is the C++ analog for the Delphi UnicodeString type.
UnicodeString = class;
class UnicodeString;
Delphi utilizes several string types. System::UnicodeString can contain both Unicode and ANSI strings. Support for this type includes the following features:
Despite its name, System::UnicodeString can represent both ANSI character set strings and Unicode strings.
System::UnicodeString variables that have not been assigned an initial value contain a zero-length string.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|