imgBlobImages Variable
Specifies the TImageList object containing the list of images representing the different BLOB editor states.
Declaration
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