| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Named collection item
Source position: db.pas line 134
type TNamedItem = class(TCollectionItem)  | 
||
public  | 
||
property DisplayName: string; [rw]  | 
  | 
Display name  | 
published  | 
||
property Name: string; [rw]  | 
  | 
Name of the item  | 
end;  | 
  | 
Named collection item  | 
|
| | | ||
| | | ||
| | | ||
NamedItem is a TCollectionItem descendent which introduces a Name property. It automatically returns the value of the Name property as the value of the DisplayName property.
  | 
Display name  | 
|
  | 
Name of the item  |