RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomHeaderControl.Images Property

Specifies header images

Pascal
property Images: TCustomImageList;
C++
__property TCustomImageList Images;

Images contains a list of images that can be used as icons. Each section's ImageIndex property determines the specific image displayed on it. If Images is unassigned, items are displayed as captions with no icons. 

 

ImageIndex

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!