[Overview][Classes][Procedures and functions][Index] Reference for unit 'LookupStringList' (#lazutils)

TLookupStringList.Contains

Determines if the specified value already exists in the string map.

Declaration

Source position: lookupstringlist.pas line 52

public function TLookupStringList.Contains(

  const S: string

):Boolean;

Arguments

S

  

Value to locate in the string map.

Function result

True when the value is already stored in the TStringMap for the class.

Description

Contains is a Boolean function used to determine if the specified value already exists in the internal string map for the string list. The return value is True when S is already stored in the TStringMap for the class.

Contains is called from the Add, InsertItem, and IndexOf methods.


Version 4.0 Generated 2025-05-03 Home