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

TNamedItem

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

Base class for items with a name property

Declaration

Source position: fpmkunit.pp line 344

type TNamedItem = class(TCollectionItem)

public

  property Name: string; [rw]

  

Name of the item

end;

Inheritance

TNamedItem

  

Base class for items with a name property

|

TCollectionItem

|

TPersistent

|

TObject,IFPObserved

Description

Abstract base class that provides a Name property for objects that need to be identified by name. Serves as the foundation for many fpmake objects that require named identification.


Documentation generated on: Dec 15 2025