ImageEn, unit ievision

TIEVisionString.operatorASSIGN

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

Example

string1.operatorASSIGN(string2);  // equiv. to "string1 := string2"