header Image property
Return to Introduction  Previous page  Next page
Applies to
acHeader, acHeaderPanel, acPicturePanel and acSplitterPanel components.  

Declaration
property Image: TPicture;  

Description
The Image property specifies the icon which appears at the left or right side of header control. This can be any picture in any format installed to your IDE (ICO, BMP, JPG or even GIF).  
 
The placement of this icon controlled by ImageAlignment property.  
 
tip If you don't want to specify stand-alone image, you can just specify the ImageIndex for the image from any ImageList.  

Snapshot (icon near text)
acheaderss  

See also
ImageAlignment, ImageIndex and ImageList properties.