Back to Devexpress

TcxCustomBlobEditProperties.BlobPaintStyle Property

vcl-cxblobedit-dot-tcxcustomblobeditproperties.md

latest1.3 KB
Original Source

TcxCustomBlobEditProperties.BlobPaintStyle Property

Specifies the manner in which the type of data stored within the BLOB editor is labeled within the edit region.

Declaration

delphi
property BlobPaintStyle: TcxBlobPaintStyle read; write; default bpsIcon;

Property Value

TypeDefault
TcxBlobPaintStylebpsIcon

Remarks

Use the BlobPaintStyle property to specify the manner in which the user is notified about the type of data stored within the BLOB editor.

|

Value

|

Picture

|

Meaning

| | --- | --- | --- | |

bpsDefault

|

|

Identification text in braces is used:

(picture) - for an image,

(memo) - for a memo.

| |

bpsIcon

|

|

Identification icon is used.

| |

bpsText

|

|

Identification text is used (for the BLOB editor in memo mode this text is the part of the editor contents).

|

The default value of the BlobPaintStyle property is bpsIcon.

See Also

TcxCustomBlobEditProperties Class

TcxCustomBlobEditProperties Members

cxBlobEdit Unit