JVCL Help:TJvImagesViewer

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

Search in JVCL Help

 
Search in all projects
 

Class Hierarchy

TJvCustomItemViewer
TJvImagesViewer
run\JvImagesViewer.pas


Summary

Control that can display images in a grid like fashion.

run\JvImagesViewer.pas


Pascal

 run\JvImagesViewer.pas
 TJvImagesViewer = class(TJvCustomItemViewer);


Description

  1. JVCLInfo

Use the TJvImagesViewer control when you need to display images from disk files or from other sources in a grid like control. To display images from disk files, use the Directory and FileMask properties to specify what images should be displayed and from where. To display images from other sources, set the Count property and use each item's Picture property to assign the images to display.

run\JvImagesViewer.pas


About

Navigation

run\JvImagesViewer.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