Skip to main content

TdxOcNode.ImageIndex Property

Specifies an image displayed within the tree node.

Declaration

property ImageIndex: SmallInt read; write;

Property Value

Type
SmallInt

Remarks

Use this property to associate the tree node with an image in the Owner.Images list. The node displays no image if the ImageAlign and ImageIndex properties are set to iaNone or -1, respectively.

See Also