TcxLookupDBGridColumn.FieldName Property
In This Article
Specifies the name of the data source field whose values are displayed within a column.
#Declaration
Delphi
property FieldName: string read; write;
#Property Value
Type |
---|
string |
#Remarks
Use the FieldName property to specify the name of the data source field whose values are displayed within a column. If a user supplies the FieldName property value for a specific column, the Caption property value of that column is copied from the FieldName value by default. If this property value is not assigned for a specific column, that column appears empty within the dropdown list.
Note
The Field
See Also