[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'DB' (#fcl)

TNamedItem.Name

Name of the item

Declaration

Source position: db.pas line 143

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: May 14 2021