function FindStr(var Text: ecString; const TextToSearch: ecString; const FromPos: integer = 1; IgnoreCase: Boolean = False): integer;
ecStrUtils
Searches TextToSearch string in Text starting from position FromPos.
Functions