Skip to main content

TcxBlobEditProperties Class

Contains settings specific to BLOB editors.

Declaration

TcxBlobEditProperties = class(
    TcxCustomBlobEditProperties
)

Remarks

The TcxBlobEditProperties class represents a set of attributes that control the behavior of BLOB editors. Properties of an editor are set via the Properties member of the corresponding editor. To control any changes made to the editor’s DisplayFormat, EditFormat, MaxLength, MaxValue, MinValue and ReadOnly properties and reverse their values back to the default ones, use the AssignedValues property.

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