Skip to main content

TcxCustomBlobEditProperties Class

Contains settings specific to BLOB editors.

Declaration

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