TdxOcNode.ImageIndex Property
In This Article
Specifies an image displayed within the tree node.
#Declaration
Delphi
property ImageIndex: SmallInt read; write;
#Property Value
Type |
---|
Small |
#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