[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
List class for managing named items
Source position: fpmkunit.pp line 369
type TNamedItemList = class(TFPList) |
||
public |
||
function IndexOfName(); |
|
Find index of named item |
function ItemByName(); |
|
Get named item by name |
property NamedItems []: TNamedItem; default; [rw] |
|
Indexed access to named items |
end; |
|
List class for managing named items |
|
| | | ||
| | | ||
Specialized list class that extends basic list functionality with name-based lookup capabilities. Provides efficient access to TNamedItem objects by both index and name.