RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TToolButtonActionLink.SetImageIndex Method

Sets the image index of a tool button control if the client is linked to the action for this event.

Pascal
procedure SetImageIndex(Value: Integer); override;
C++
virtual __fastcall SetImageIndex(int Value);

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. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!