Skip to content

piImageIndex - TabPage

The index of the image from the tab-dialog's imagelist

Type: Property
Access: Read/Write
Data Type: Integer
Parameters: None

Syntax

Property Integer piImageIndex
Access Type Syntax
Read Access: Get piImageIndex to IntegerVariable
Write Access: Set piImageIndex to IntegerVariable/Value

Description

piImageIndex is the index of the image from the tab-dialog's imagelist. Before images can be displayed, the phoImageList property of the tab-dialog must be set the object-handle of a cImageList-derived object.

Setting piImageIndex to -1 will suppress image display.

Default is 0.