Icon AutoDisplayLabels Property

property AutoDisplayLabels: Boolean

Use the AutoDisplayLabels property to specify whether the descriptions for each column in the dataset should be automatically populated as the DisplayLabel property of each TField component defined for this TEDBDataSet component. 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 method is only used in the context of the descendant TEDBTable, TEDBQuery, TEDBScript, and TEDBStoredProc components.
Image