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

TField.DisplayLabel

Name of the field for display purposes.

Declaration

Source position: db.pas line 471

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: Jul 24 2023