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

TNamedItemList

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

List class for managing named items

Declaration

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;

Inheritance

TNamedItemList

  

List class for managing named items

|

TFPList

|

TObject

Description

Specialized list class that extends basic list functionality with name-based lookup capabilities. Provides efficient access to TNamedItem objects by both index and name.


Documentation generated on: Dec 15 2025