TcxDBEditDataBinding.Field Property
In This Article
Gets the dataset field to which an editor is connected.
#Declaration
Delphi
property Field: TField read;
#Property Value
Type |
---|
TField |
#Remarks
You can use the Field property to get direct access to the contents and properties of a database field. To connect an editor to a field, assign the DataField property.
See Also