RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TTabSheet.ImageIndex Property

Specifies an image for the tab.

Pascal
property ImageIndex: TImageIndex;
C++
__property TImageIndex ImageIndex;

Use ImageIndex to get or set the index of an image to be drawn in the tab. This index identifies an image from the Images property of the page control that contains the tab sheet. Specify -1 to prevent an image from being drawn. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!