Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxDBBlobEdit.DataBinding Property

Specifies an object binding an editor to a data source.

#Declaration

Delphi
property DataBinding: TcxDBEditDataBinding read; write;

#Property Value

Type
TcxDBEditDataBinding

#Remarks

Use the DataBinding property to access a TcxDBEditDataBinding instance establishing a connection between a BLOB editor and a data source. Use the TcxDBEditDataBinding.DataSource and TcxDBEditDataBinding.DataField properties to specify the data source and the data source field whose values are to be displayed within a BLOB editor.

Since the BLOB data is just a sequence of bytes, the BLOB editor needs exact instructions about data interpretation. For instance, if the BLOB editor is connected to a data source field containing graphic data, then the BlobEditKind property must be set to bekPict.

See Also