TIEVisionWString.operatorASSIGN
Declaration
procedure operatorASSIGN(src: TIEVisionWString); safecall;
Description
Replace the current string with another string.
Parameter | Description |
src | The source string |
string1.operatorASSIGN(string2); // equiv. to "string1 := string2"