DeleteBitmapListItems method (Main Control)

C++ Builder example

Delphi example

 

Builder Syntax

int DeleteBitmapListItems (Cardinal uIndex, Cardinal uCount);

Delphi Syntax

DeleteBitmapListItems (uIndex, uCount: Cardinal): Integer;

Overview

Refer to Bitmaps and Bitmap Lists.

Remarks

Deletes the specified bitmaps from a bitmap list, and frees the bitmaps from memory.

You cannot use this method to update a bitmap list while it is being used in an animation playback.

See Also

Topics:

Raster Images: Creating and Maintaining Lists of Images

 

Raster Images: Creating and Deleting Images