TIEVisionVectorString.getCString
 
Declaration
function getCString(pos: int32_t): PAnsiChar; safecall;
Description
Returns an ANSI zero terminated string.
 | Parameter |  Description |  
 | pos |  Index of string to return (0=first string)  |  
 
ShowMessage(AnsiString(vector1.getCString(0)));