JVCL Help:TJvCustomItemViewer
JVCL Help: TJvCustomItemViewer Class
Search in JVCL Help
Search in all projectsClass Hierarchy
TJvCustomItemViewer
TJvImageListViewer
TJvImagesViewer
TJvOwnerDrawViewer
run\JvCustomItemViewer.pas
Summary
Base class for visual components that can display its content in a grid like fashion.
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.
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