You are here: Symbol Reference > MtxVecInt Namespace > Classes > TVecInt Class > public > StringsToValues Method > TVecInt.StringsToValues Method (TStrings, integer, integer, integer)
MtxVec VCL
ContentsIndex
PreviousUpNext
TVecInt.StringsToValues Method (TStrings, integer, integer, integer)

Convert strings in srcList to integers starting at ListIndex.

Pascal
function StringsToValues(const srcList: TStrings; ListIndex: integer; Index: integer = 0; 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!