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

TcxCustomBlobEdit Class

Serves as the base for the TcxBlobEdit and TcxDBBlobEdit classes.

#Declaration

Delphi
TcxCustomBlobEdit = class(
    TcxCustomPopupEdit
)

#Remarks

This class is the base class for the TcxBlobEdit, TcxDBBlobEdit classes and for user-defined classes representing an editor used for working with BLOB (Binary Large OBject) data. TcxCustomBlobEdit provides properties and methods defining the basic functionality of BLOB editors.

The BLOB editors are capable of storing and editing two data types: memo and image data. The visual representation of the type of data stored within an editor is defined via the BlobPaintStyle property. The type of edited data is determined via the BlobEditKind property. This property value affects the entire editor functionality.

See Also