Back to Devexpress

TdxDBToggleSwitch.DataBinding Property

vcl-dxdbtoggleswitch-dot-tdxdbtoggleswitch.md

latest803 B
Original Source

TdxDBToggleSwitch.DataBinding Property

Specifies a data source connection.

Declaration

delphi
property DataBinding: TcxDBEditDataBinding read; write;

Property Value

Type
TcxDBEditDataBinding

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

TdxDBToggleSwitch Class

TdxDBToggleSwitch Members

dxDBToggleSwitch Unit