Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

imgBlobImages Variable

Specifies the TImageList object containing the list of images representing the different BLOB editor states.

#Declaration

Delphi
var imgBlobImages: TcxImageList = nil;

#Variable Value

Type
TcxImageList

#Remarks

Use the imgBlobImages variable to specify a TImageList object instance containing images representing different BLOB editors states.

Picture Meaning
Represents a BLOB editor in memo mode when the editor contains no text
Represents a BLOB editor in memo mode containing text
Represents a BLOB editor in picture mode when the editor contains no image
Represents a BLOB editor in picture mode containing image
See Also