TcxDBEditDataBinding.Field Property
Gets the dataset field to which an editor is connected.
Declaration
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