Unit 'fpmkunit' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#fcl]

TNamedCollection

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Collection class for managing named items

Declaration

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;

Inheritance

TNamedCollection

  

Collection class for managing named items

|

TCollection

|

TPersistent

|

TObject,IFPObserved

Description

Generic collection class that manages a list of TNamedItem objects. Provides name-based lookup functionality and ensures unique naming within the collection.


Documentation generated on: Dec 15 2025