TcxDBItemDataBinding.Field Property
In This Article
Returns the dataset field associated with an item.
#Declaration
Delphi
property Field: TField read;
#Property Value
Type |
---|
TField |
#Remarks
Use the Field property to obtain the dataset field associated with an item. To change the dataset field associated with the item, use the FieldName property.
See Also