treecombobox Images property
Return to Introduction  Previous page  Next page
Applies to
acTreeComboBox component.  

Declaration
property Images: TImageList;  

Description
The Images property determines which image list is associated with the TreeView embedded to the drop-down window of acTreeComboBox.  
 
Use Images to provide a customized list of bitmaps that can be displayed to the left of a node's label. Individual nodes specify the image from this list that should appear by setting their ImageIndex property (use Items property to specify the ImageIndex'es of the tree nodes at design-time).  

See also
StateImages properties.