I’m using the TTabSet component with several tabs . now I want to assign an image to each tab, for this I set the value of the Images property to an imagelist and then the tabs appears with an image. The question is How I can set the imageindex for a tab of an TTabSet component?
I’m using the TTabSet component with several tabs . now I want to assign
Share
You must use the
TTabSet.OnGetImageIndexevent to assing a particular imageindex to a tab.check this sample