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

Convert strings from [ListIndex]..[ListIndex+ListLen-1] in srcList to integers.

Pascal
function StringsToValues(const srcList: TStrings; ListIndex: Integer; ListLen: Integer; Row: Integer; Col: Integer; Delimiter: string = kTab): TMtxInt; overload;

Store them in the Values array of the calling matrix, starting from element [Row,Cols]. The size of the calling matrix is not changed. If array bounds are overrun an exception is raised.

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