[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Buttons' (#lcl)

TCustomBitBtn.Images

Contains the list of images available for use as the glyph on a custom button control.

Declaration

Source position: buttons.pp line 222

public property TCustomBitBtn.Images : TCustomImageList
  read GetImages
  write SetImages;

Description

Images is a TCustomImageList property with the images which can be displayed as the glyph for the various states on the button control. Images provides an alternative to assigning a bitmap to the Glyph property, and is used when the Kind property is set to bkCustom.

Use ImageWidth to set the image resolution size used when a value is retrieved from the Images property.

Use ImageIndex to specify the ordinal position for the value in Images displayed as the glyph for the button control.

Use the HotImageIndex, PressedImageIndex, and DisabledImageIndex properties to specify the position for the image displayed for the corresponding button states.

See also

TCustomBitBtn.Glyph

  

Bitmap with the Glyph displayed on the control.

TCustomBitBtn.Kind

  

Specifies the button kind including the default bitmap and caption for the button control.

TCustomBitBtn.ImageWidth

  

Width for the value in Images displayed on the button control.

TCustomBitBtn.ImageIndex

  

Ordinal position for the default bitmap displayed when the button control is up (not pressed).

TCustomBitBtn.HotImageIndex

  

Ordinal position for the bitmap displayed when the button control is hot (hovered).

TCustomBitBtn.PressedImageIndex

  

Ordinal position for the bitmap displayed when the button control is pressed (down).

TCustomBitBtn.DisabledImageIndex

  

Ordinal position for the image displayed when the button is Disabled.

TCustomImageList

  

The base class for TImageList.


Version 4.0 Generated 2025-05-03 Home