Vcl.ComCtrls.TComboExItem.SetImageIndex

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetImageIndex(const Value: TImageIndex); override;

C++

virtual void __fastcall SetImageIndex(const System::Uitypes::TImageIndex Value);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TComboExItem

Description

Sets the value of the ImageIndex property.

Vcl.ComCtrls.TComboExItem.SetImageIndex inherits from Vcl.ListActns.TListControlItem.SetImageIndex. All content below this line refers to Vcl.ListActns.TListControlItem.SetImageIndex.

Sets the value of the ImageIndex property.

SetImageIndex is the protected write implementation of the ImageIndex property. It sets the ImageIndex property to Value, and then calls the Changed method so that the collection can update itself.

See Also