Unit 'Buttons' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#lcl]

TCustomSpeedButton.SelectedImageIndex

Ordinal position for the glyph bitmap displayed when the button is selected.

Declaration

Source position: buttons.pp line 430

public property TCustomSpeedButton.SelectedImageIndex : TImageIndex
  index bsExclusive
  read GetImageIndex
  write SetImageIndex
  default - 1;

Description

SelectedImageIndex is a TImageIndex property. The default value for the property is -1, and indicates that an explicit value has not been assigned for the property.

Version info

Added in LCL version 2.3.0. Available since version 3.0.


Version 4.4 Generated 2025-11-08 Home