[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Collection class for managing named items
Source position: fpmkunit.pp line 354
type TNamedCollection = class(TCollection) |
||
public |
||
function IndexOfName(); |
|
Find index of item by name |
function ItemByName(); |
|
Get item by name |
property UniqueNames: Boolean; [r] |
|
Controls whether item names must be unique |
property Items []: TNamedItem; [rw] |
|
Indexed access to collection items |
end; |
|
Collection class for managing named items |
|
| | | ||
| | | ||
| | | ||
Generic collection class that manages a list of TNamedItem objects. Provides name-based lookup functionality and ensures unique naming within the collection.