Icon AutoDisplayLabels Property

property AutoDisplayLabels: Boolean

Usage

Use the AutoDisplayLabels property to specify whether the descriptions for each field in the dataset should be automatically populated as the DisplayLabel property of each TField component defined for this TDBISAMDataSet component. This helps alleviate the hassle of constantly having to manually update multiple instances of a TField component associated with multiple TDBISAMTable or TDBISAMQuery components when you wish to change the "pretty" version of a field name. Since the TDBGrid component uses the DisplayLabel property of a TField component automatically, this property is very useful when data will be displayed in a TDBGrid component.

Information This property is only used in the context of the descendant TDBISAMTable and TDBISAMQuery components.
Image