TIEVisionVectorString.push_back
Declaration
procedure push_back(str: TIEVisionString); overload; safecall;
procedure push_back(str: PAnsiChar); overload; safecall;
Description
Append a string object or an ANSI string.
| Parameter | Description |
| str | String to append |
vector1.push_back('hello');