Skip to main content

TcxCustomBlobEdit Class

Serves as the base for the TcxBlobEdit and TcxDBBlobEdit classes.

Declaration

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