[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Base class for items with a name property
Source position: fpmkunit.pp line 344
type TNamedItem = class(TCollectionItem) |
||
public |
||
property Name: string; [rw] |
|
Name of the item |
end; |
|
Base class for items with a name property |
|
| | | ||
| | | ||
| | | ||
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.