ImageEn, unit iexBitmaps

TIEMultiBitmap.ImageDictionary

TIEMultiBitmap.ImageDictionary

Declaration

property ImageDictionary[Index: Integer]: TIEDictionary;

Description

Returns a dictionary associated with the image at Index. User can insert data into this dictionary.
The dictionary is saved and restored using SaveSnapshot and LoadSnapshot, or using
related methods of TImageEnMView.

Example

MyIEMBitmap.ImageDictionary[0].Insert('Name', 'Letizia');
MyIEMBitmap.ImageDictionary[1].Insert('Name', 'Minnie');