TIEVisionVectorInt32.setInt32
Declaration
procedure setInt32(pos: int32_t; value: int32_t); safecall;
Description
Set the item value.
Parameter | Description |
pos | Item index to set |
value | Integer value |
intvector.setInt32(0, 123); // like: intvector[0] := 123