BitmapListIndex property (Main Control)

C++ Builder example

Delphi example

 

Builder Syntax

Cardinal BitmapListIndex

Delphi Syntax

BitmapListIndex: Cardinal

Overview

Refer to Bitmaps and Bitmap Lists.

Remarks

Is the index of the current bitmap in the control's bitmap list.

You can set this property to specify the current bitmap. For example, if you wanted to resize all bitmaps in a list, you would use a loop that updates this property before calling the Size method.

See Also

Topics:

Raster Images: Creating and Maintaining Lists of Images