JVCL Help:TJvImageListMode

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

Search in JVCL Help

 
Search in all projects
 

Summary

Flags that specifies the mode of an image list.

run\JvImageList.pas


Pascal

 run\JvImageList.pas
 TJvImageListMode = (
imClassic,
imPicture,
imResourceIds,
imItemList
);


Members

Members Description
imClassic The Filename, Picture and ResourceIds properties are ignored.
imPicture The FileName and Picture property are used.
imResourceIds The ResourceIds property is used.
imItemList Description for imItemList

run\JvImageList.pas


Description

The type TJvImageListMode consists of a flags that specifies the mode of an image list.

run\JvImageList.pas


See Also

TJvImageList.Mode

run\JvImageList.pas


About

Navigation

no pages or subcategories

run\JvImageList.pas



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