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

TField.DisplayName

User-readable fieldname.

Declaration

Source position: db.pas line 450

public property TField.DisplayName : string
  read GetDisplayName;

Description

DisplayName 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.

The use of this property is deprecated. Use DisplayLabel instead.

See also

Tfield.FieldName

  

Name of the field.


Documentation generated on: Jul 24 2023