JVCL Help:TJvCustomItemViewer

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
TJvImageListViewer
TJvImagesViewer
TJvOwnerDrawViewer
run\JvCustomItemViewer.pas


Summary

Base class for visual components that can display its content in a grid like fashion.

run\JvCustomItemViewer.pas


Pascal

 run\JvCustomItemViewer.pas
 TJvCustomItemViewer = class(TJvExScrollingWinControl);


Description

Use TJvCustomItemViewer as a base class when defining components that represent information in a grid like format. TJvCustomItemViewer introduces properties and methods to control the appearance and behavior of the viewer, including responses to mouse, keyboard and wheel actions, handling of multiselect, dragging, edge scrolling and memory conservation.
Do not create instances of TJvCustomItemViewer. Instead, put a viewer control in a form by instantiating a descendant of TJvCustomItemViewer. Use TJvImagesViewer to display images from graphic files in a folder. Use a TJvImageListViewer to display items from a TCustomImageList. Use TJvOwnerDrawViewer to display arbitrary data where you are responsible for drawing each item.

run\JvCustomItemViewer.pas


About

Navigation

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