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

TField.DisplayLabel

Name of the field for display purposes

Declaration

Source position: db.pas line 446

published property TField.DisplayLabel : string
  read GetDisplayName
  write SetDisplayLabel
  stored IsDisplayLabelStored;

Description

DisplayLabel is the name of the field as it will be displayed to the user e.g. in grid column headers. By default it equals the FieldName property, unless assigned another value.

See also

TField.FieldName

  

Name of the field


Documentation generated on: May 14 2021