You are here: Symbol Reference > MtxExprInt Namespace > Classes > VectorInt Record > public > StringsToValues Method > VectorInt.StringsToValues Method (TStrings, integer, integer, integer)
MtxVec VCL
ContentsIndex
PreviousUpNext
VectorInt.StringsToValues Method (TStrings, integer, integer, integer)

Convert strings in aList to integers starting at ListIndex.

Pascal
function StringsToValues(const aList: TStrings; const ListIndex: integer; const Index: integer = 0; const Len: integer = MtxVecEOA): TVecInt; overload;

Store them in the Values array of the calling vector from Index to Index+Len-1. The Length property of the calling vector is not changed. If array bounds are overrun and exception is raised.

Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!