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

TNamedItem

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

Named collection item.

Declaration

Source position: db.pas line 137

type TNamedItem = class(TCollectionItem)

public

  property DisplayName: string; [rw]

  

Display name.

published

  property Name: string; [rw]

  

Name of the item.

end;

Inheritance

TNamedItem

  

Named collection item.

|

TCollectionItem

|

TPersistent

|

TObject,IFPObserved

Description

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.

See also

DisplayName

  

Display name.

Name

  

Name of the item.


Documentation generated on: Jul 24 2023