JVCL Help:TJvImageList.Mode

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Sets the mode of the image list.


Pascal

 propertyMode: TJvImageListMode;


Description

Set Mode to one of the following values:

Value Meaning
imClassic The image list acts as TImageList. The Filename, Picture and ResourceIds properties are ignored.
imPicture The FileName and Picture property are used.
imResourceIds The ResourceIds property is used.
imItemList The AddItem, DeleteItem, ClearItems and GetItemInfoStr are used


See Also

TJvImageList.AddItem


About

Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page