| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
Check is the string contains another
Source position: syshelph.inc line 101
public function TStringHelper.Contains(  | 
const AValue: string  | 
):Boolean;  | 
Contains returns True if the string value contains AValue, i.e. it returns Pos(Self,AValue)>0.
  | 
Search for substring in a string.  |