Get named item by name
Source position: fpmkunit.pp line 375
public function TNamedItemList.ItemByName( |
const ANAme: string |
):TNamedItem; |
ANAme |
|
Name of item to retrieve |
Result returns the TNamedItem object with the specified name, or nil if no matching item is found in the list. Provides direct object access for named item retrieval.
Retrieves an item from the list by its name. Returns the TNamedItem object if found, or nil if no item with the specified name exists.