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

TNamedItem.Name

Name of the item.

Declaration

Source position: db.pas line 146

published property TNamedItem.Name : string
  read FName
  write SetDisplayName;

Description

Name is the name of the item in the collection. This property is also used as the value for the DisplayName property. If the TNamedItem item is owned by a TDefCollection collection, then the name must be unique, i.e. each Name value may appear only once in the collection.

See also

DisplayName

  

Display name.

TDefCollection

  

Definition collection.


Documentation generated on: Jul 24 2023