TIEVisionLibrary.createWString
Declaration
function createWString(): TIEVisionWString; overload; safecall;
function createWString(src: TIEVisionWString): TIEVisionWString; overload; safecall;
function createWString(src: PWideChar): TIEVisionWString; overload; safecall;
Description
Create a wide string object.
First overload creates an empty string.
Second overload creates a clone of source string object.
Third overload creates a string from the specified wide string.
Parameter | Description |
src | String object or wide string pointer to copy |