Vcl.ComCtrls.TToolButtonActionLink.SetImageIndex
Delphi
procedure SetImageIndex(Value: Integer); override;
C++
virtual void __fastcall SetImageIndex(int Value);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
protected | Vcl.ComCtrls.pas Vcl.ComCtrls.hpp |
Vcl.ComCtrls | TToolButtonActionLink |
Description
Sets the image index of a tool button control if the client is linked to the action for this event.
SetImageIndex sets the image index of a tool button control, and is called only if the client is linked for this event. Value specifies what the image index should be.