StrIndex function
Unit
function StrIndex(const S: String; const Map: array of String): Integer;
Description
Returns index of string S in Map array.
Value  | 
Meaning  | 
Zero  | 
String S is absent in Map array.  | 
Non zero  | 
Index of string S in Map array.  | 
Go to CAD VCL Enterprise