Get character |
![]() |
|
|
|
|
|
Returns TRUE if the object contains the null character. Equivalent to the expression (STRCHAR) obj == 0.
|
Important: When using Borland C++ Builder, the Char class is named StrChar to avoid a collision with a standard Borland VCL datatype |
|
|
|
|
|
The 'typecast to STRCHAR' operator is equivalent to the GetChar method, and will simply return the character contained in the Char object.
|
|
|
|
|
These two methods are similar to GetChar, but will return either an ANSI or Unicode representation of the character, regardless of the character mode of Str Library.
See also: Char class