TdxDBTokenEdit.DataBinding Property
Specifies a data source connection.
Declaration
property DataBinding: TdxDBTokenEditDataBinding read; write;
Property Value
Type |
---|
TdxDBTokenEditDataBinding |
Remarks
This property implements data retrieval and posting to a data store. The DataBinding.DataSource property identifies a dataset to which to connect. The DataBinding.DataField property identifies the data source field.
See Also