TcxDBItemDataBinding.Field Property
Returns the dataset field associated with an item.
Declaration
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