RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TToolBar.Images Property

Lists the images that can appear on tool buttons.

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

Images contains a list of images that can appear on the toolbar's tool buttons. Each tool button's ImageIndex property determines the specific image displayed on it. If Images is unassigned, no images are displayed on the tool buttons. 

Images in the list should be 16x16. To accommodate every system on which your application runs, it is recommended that you do not use 256 colors. 

 

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