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