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