JVCL Help:TJvCustomItemViewerOptions

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

Search in JVCL Help

 
Search in all projects
 

Class Hierarchy

TJvCustomItemViewerOptions
TJvImageListViewerOptions
TJvImageViewerOptions
TJvOwnerDrawViewerOptions
run\JvCustomItemViewer.pas


Summary

Base class for the Options property.

run\JvCustomItemViewer.pas


Pascal

 run\JvCustomItemViewer.pas
 TJvCustomItemViewerOptions = class(TPersistent);


Description

TJvCustomItemViewerOptions is the base class for Options property of TJvCustomItemViewer descendants. When developing a new item viewer that needs options not available in this class, derive a new class from TJvCustomItemViewerOptions, add the properties and methods needed. Finally, override the GetOptionsClass method of your TJvCustomItemViewer descendant to return the new class.

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