UChar_new |
Homepage Wrappers |
Creates a new UChar object.
UCharObject := UChar_new(value = 0)
| value | The value to initialize the UChar object to. |
If the system has insufficient memory to create the object (very rare), zero will be returned.
;Creates a new UChar initialized to 42
myUChar := UChar_new(42)