Determines if the specified value already exists in the string map.
Source position: lookupstringlist.pas line 52
public function TLookupStringList.Contains( |
const S: string |
):Boolean; |
S |
|
Value to locate in the string map. |
True when the value is already stored in the TStringMap for the class.
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.4 | Generated 2025-11-08 | Home |