Char Assignment |
![]() |
|
|
|
|
|
Assigns a new character to the Char object.
If the character being assigned is not of the right encoding (e.g. assigning a Unicode character when the library was built in ANSI mode), a conversion will automatically occur.
|
Important: When using Borland C++ Builder, the Char class is named StrChar to avoid a collision with a standard Borland VCL datatype |
|
|
|
|
|
Assign a new character to the Char object. Equivalent to operator = .
See also: Char class