BitmapList property
Builder Syntax |
Ltvcltyp::HBITMAPLIST BitmapList |
Delphi Syntax |
BitmapList: HBITMAPLIST |
Overview |
Refer to Working with Data Sets. |
Remarks
This is the handle to the bitmap list.
Calling GetBitmapListValue will update this property with the image list from the item specified by the CurrentElement property.
You can assign the value of this property to the Main BitmapList, or assign the value of the Main BitmapList property to this property, to copy the whole list. Set the BitmapList property to 0 at any time to free the memory used for the bitmap list.
See Also
Elements: |
BitmapListCount property, GetBitmapCount method, GetBitmapListValue method, SetBitmapListValue method |