Back to Devexpress

TcxBlobEditProperties Class

vcl-cxblobedit-d3fac65a.md

latest2.5 KB
Original Source

TcxBlobEditProperties Class

Contains settings specific to BLOB editors.

Declaration

delphi
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.

Inheritance

Show 11 items

TObject TPersistent TInterfacedPersistent TcxInterfacedPersistent TcxCustomEditProperties TcxCustomTextEditProperties TcxCustomMaskEditProperties TcxCustomDropDownEditProperties TcxCustomPopupEditProperties TcxCustomBlobEditProperties TcxBlobEditProperties

See Also

TcxBlobEditProperties Members

cxBlobEdit Unit