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

TCustomEditButton.ImageIndex

Ordinal position in Images for the bitmap displayed on the Button control.

Declaration

Source position: editbtn.pas line 112

protected property TCustomEditButton.ImageIndex : Integer
  read GetImageIndex
  write SetImageIndex
  default - 1;

Description

Read and write access for the property are redirected to the ImageIndex property in Button.

See also

TCustomEditButton.Button

  

Button is the TSpeedButton that is attached to the grouped edit control.