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

TcxCustomBlobEditProperties Class

Contains settings specific to BLOB editors.

#Declaration

Delphi
TcxCustomBlobEditProperties = class(
    TcxCustomPopupEditProperties
)

#Remarks

The TcxCustomBlobEditProperties class represents a set of attributes that control the behavior of the BLOB editors. Properties of an editor are set via the Properties member of the corresponding editor.

The type of data stored within an editor is specified via the BlobEditKind property. Other TcxBlobEditProperties members determine the manner in which the Enter and Tab keys are used within the dropdown window, the maximum number of characters which can be entered into an editor, the scrollbars displayed within the editor dropdown, specify the manner in which a picture is displayed within the editor dropdown window, the file type filter for “Open” and “Save As” dialogs etc.

See Also