[Overview][Constants][Classes][Index] |
Return the item based on its name
Source position: inicol.pp line 71
public function TNamedIniCollection.FindByName( |
const AName: string |
AName |
|
Name to look for |
Named item, or Nil if none was found
FindByName returns the collection item whose name matches AName (case insensitive match). It calls IndexOfName and returns the item at the found position. If no item is found, Nil is returned.
If no item is found, Nil is returned.
|
Search for an item, based on its name, and return its position |
|
|
Return the item based on its UserData |