Back to Devexpress

TcxCustomBlobEditProperties.BlobEditKind Property

vcl-cxblobedit-dot-tcxcustomblobeditproperties-bf9434da.md

latest1.3 KB
Original Source

TcxCustomBlobEditProperties.BlobEditKind Property

Specifies the type of data contained within a BLOB editor.

Declaration

delphi
property BlobEditKind: TcxBlobEditKind read; write; default bekAuto;

Property Value

TypeDefault
TcxBlobEditKindbekAuto

Remarks

Use the BlobEditKind property to specify the type of data stored within a BLOB editor.

ValueMeaning
bekAutoStored data type is obtained from the database field settings (for DB aware BLOB editors only).
bekBlobBLOB data.
bekMemoMemo data.
bekOleOLE data.
bekPictAn image.

Each data type supported by the BLOB edit has its own visual representation within an editor (if the BlobPaintStyle property is set to bpsIcon value). Data of the Memo and Image types can be edited via the BLOB editor initially, but the BLOB and OLE data editing must be implemented by a user. So the bekBlob and bekOle values are used only for visual representation purposes.

See Also

TcxCustomBlobEditProperties Class

TcxCustomBlobEditProperties Members

cxBlobEdit Unit