TStringsHelper.ContainsObject(TObject) Method
Determines whether the list contains the specified object.
public function ContainsObject(const obj: TObject): Boolean;
Parameters
- obj
- Type: TObject
Return Value
Type: Boolean
Determines whether the list contains the specified object.
public function ContainsObject(const obj: TObject): Boolean;