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

TcxBlobEdit Class

The BLOB editor.

#Declaration

Delphi
TcxBlobEdit = class(
    TcxCustomBlobEdit
)

#Remarks

The TcxBlobEdit object represents the BLOB (Binary Large Object) editor. It can store and edit two data types: memo and image data. When an editor is in memo mode, the editor dropdown window displays memo text. When an editor is in picture mode, the editor dropdown window displays the stored image. A BLOB editor allows a user to cut, copy and paste the data stored within an editor. All these actions are accessed through the popup menu which appears when a user right-clicks within the editor dropdown window.

The appearance and the functionality of the BLOB editor can be accessed via the Use the style (the Style, StyleDisabled, StyleFocused and StyleHot) and Properties members.

The following image demonstrates the BLOB editor containing an image:

See Also