Zitat von
xZise:
.IndexOf('String')
durchsucht eine Liste nch den String (caseinsensetive).
Laut der Hilfe ist es, wenn ich es richtig gelesen haben, caseSensitive und nur wenn ein Schalter auf
false gesetzt wird, ist es CaseInSensitive.
Zitat von
DelphiHilfe:
Call IndexOf to obtain the position of the first occurrence of a string that matches S.
A string matches S if it is identical to S or, if CaseSensitive is False, if it differs only in case.
Grüße
Klaus