imgBlobImages Variable
In This Article
Specifies the TImageList object containing the list of images representing the different BLOB editor states.
#Declaration
Delphi
var imgBlobImages: TcxImageList = nil;
#Variable Value
Type |
---|
Tcx |
#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