TcxCustomBlobEditProperties.BlobPaintStyle Property
Specifies the manner in which the type of data stored within the BLOB editor is labeled within the edit region.
Declaration
property BlobPaintStyle: TcxBlobPaintStyle read; write; default bpsIcon;
Property Value
| Type | Default |
|---|---|
| TcxBlobPaintStyle | bpsIcon |
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


